body {
    font-family: 'Manjari';
    color: #232323;
    background-color: #F2F2F2;
    word-wrap: break-word;
    font-size: 1.75rem;
    resize: none;
    text-align: left;
}
  
img {
  border-radius: 0%;
}

input, select, button{
  font-size: 1.75rem;
  border-radius: 3%;
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  font-family: 'Quicksand';
}

.hrSep {
  border: none;
  height: .5px;
  color: #BBBBBB;
  background-color: #BBBBBB;
}

a:link {
  /*font-style: italic;*/
  color: #232323;
  text-decoration: none;
}
  
a:visited {
  color: #232323;
  text-decoration: none;
}
  
a:hover {
  color: #232323;
  text-decoration: none;
}
  
a:active {
  color: #232323;
  text-decoration: none;
}
  
th, td, tr {
  padding: 3px;
  text-align: left;
}


li {
  list-style: none;
}

.parent {
	display: block;
	position: relative;
	float: right;
	line-height: 50px;
}

.parent a {
	margin: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.parent:hover>ul {
	display: block;
	position: absolute;
}

.child {
	display: none;
  border: 1px solid #BBBBBB;
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2), 0 15px 20px 0 rgba(0, 0, 0, 0.05);
}

.child li {
	line-height: 60px;
	width: 100%;
  background-color: #FFFFFF;
}

.child li a {
	color: #232323;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	min-width: 10em;
  right: 10px;
  bottom: 40px;
  background-color: #FFFFFF;
}

ul ul ul {
	right: 100%;
  bottom: 0px;
  width: 100px;
	margin-left: 1px;
  background-color: #FFFFFF;
}

li:hover {
	background-color: #232323;
}

.parent li:hover {
	background-color: #F2F2F2;
  color: #232323;
}

.expand {
	font-size: 1.85rem;
	float: left;
	margin-right: 3px;
  margin-left: 5px;
  color: #232323;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  color: #232323;
  cursor: pointer;
  padding: 5px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.85rem;
  font-family: 'Manjari';
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  font-size: 1.85rem;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  display: none;
  overflow: hidden;
  padding: 15px 0px 15px 0px;
  font-size: 1.85rem;
  font-family: 'Manjari';
  float: left;
  background-color: #FFFFFF;
  width: 840px;
}