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

table {
    border-collapse: collapse;
}

table, th, td {
    
}

th {
    padding: 15px;
    background: #abb2b9;
    font-size: 15px;
}

td {
    padding: 5px;
}

.headline {
    border: 0px;
    width: 100%;
}

.container {
    position: relative;
    top: 120px;
    left: 40%;
}

.functions, table.functions tr, table.functions td {
    border: 1px solid LightGray;
    padding: 7px;
}

.box{
	width: 100%;
	height: 120px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}
 
.blue{
	background: #00BFFF;
}

/* CONTENT */
.content_wrapper {
    width: 80%;
    height: 70%;
    position: relative;
    /*z-index: 1;*/
    top: 105px;
    left: 200px;
}

/* SIDE IP ADDRESS */
.local_ip {
    color: grey;
    position: fixed;
    z-index: 1;
    left: 40px;
    bottom: 30px;
}

/* SIDE NAVIGATION */
.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 120px;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    float: left;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.subnav-content a {
  font-size: 15px;
  padding: 6px 50px;
}

/* TABS */
.tablink {
    background-color:  #abb2b9;
    float: left;
    border: none;
    /*outline: none;*/
    cursor: pointer;
    /*padding: 14px 16px;*/
    width: 13%;
    height: 55px;
}

.tablink:hover {
    background-color: lightgray;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    /*display: none;*/
    padding: 100px 20px;
    height: 100%;
}

.log_wrapper {
    width: 80%;
    height: 80%;
    position: fixed;
    z-index: 1;
    top: 250px;
    left: 210px;
}

.synch_wrapper {
    width: 80%;
    height: 80%;
    position: fixed;
    z-index: 1;
    top: 240px;
    left: 210px;
}
