body {font-family: "Lato", sans-serif;}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

.tablinks {
	width: 296px;
}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}
	

/* Change background color of links on hover */
ul.tab li a:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 5px solid #000;
    border-top: none;
    background-color: #ccc;
}

.accountOptionsSection  {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 100%;
	//background-color: white;
}

.accountOptionsContainer  {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
	//background-color: #e6ffff;
}

.accountOptions {
	padding: 10px;
	font-family: "Lato", sans-serif;
}
