
body {
	font-family: "Ubuntu Mono", "Dejavu Sans Mono", Consolas, Arial, sans-serif;
	background-color: #102E4E;
	color: #EEEEEE;
}

h1 {
	text-align: center;
	padding: 10pt 20pt 10pt 20pt;
}

h2 {
	text-align: center;
}

a {
    text-decoration: none;
    color: #00BFFF;
}

a:hover {
	color: #FFBA75;
}

.header {
    width: 100%;
}

.wrapper {
	margin: 2% 5% 2% 5%;
}

.nav-bar {
	float: left;
	width: 25%;
    border: 1px solid #EEEEEE;
}

button.active {
	color: #102E4E;
	background-color: #EEEEEE;
}

.tab-name-1, .tab-name-2 {
	font-size: 12pt;
	font-family: inherit;
	color: #EEEEEE;
	background-color: inherit;
    display: block;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

.tab-name-1:hover, .tab-name-2:hover {
	color: #102E4E;
	background-color: #EEEEEE;
}

.tab-1,.tab-2 {
	display: none;
	width: 60%;
	min-height: 500px;
	float: left;
    padding: 0px 12px;
    border: 1px solid #EEEEEE;
    word-wrap: break-word;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
}

button.toggle {
    background-color: inherit;
    color: inherit;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px lightgrey solid;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.toggle:hover {
    background-color: #ddd;
    color: #102E4E;
}

div.panel {
    margin-bottom: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}