
	    .endora {
		text-align:right;
        font: 12px Helvetica;
    }
	
	.listRowDiv {
		background: "";
    }
	
	.listRowDiv:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	
*:focus {
    outline: none;
}	
	
	#settings {
    position: absolute;
    bottom: 40px;
	text-align:center;
	/*width: 100%;*/
}

.menuItem{
	margin-top: 5px;
	width: 130px;
	border-radius: 8px;
	/*border-style:outset;*/
	border: 3px outset rgba(255, 255, 255, 0.2);
	background-color: rgba(255, 255, 255, 0.2);
}
.menuItem:hover{

	background-color: rgba(255, 255, 255, 0.28);
}
	
	#map, #mapContainer, #formContainer, #loginContainer{
        height: 100%;
        flex: 1 1 auto;
		/*------border-radius------*/
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		/*-------------------------*/
		background: #E0E681;
	}
	#loginContainer {
		margin-left: 6px;
		margin-right: 6px;
		padding:10px;
		text-align:center;"
	}
	.loginRow {
		margin-top: 5px;
	}

	
    html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    font-size: 13px;
    background: #5C0000;
}

	.wrapper {
    height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
	}

    #main {
        flex: 1 1 auto;
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-flow: row;
        min-height: 0;
        overflow: hidden;
    }
 
    #main > article {
	flex: 1 1 auto;
	width: 100%;
        order: 2;
        display: flex;
    }

	    #main > nav, #main > aside {
			background: red; /* For browsers that do not support gradients */
			background: -webkit-linear-gradient(#f6d41c, #953405); /* For Safari 5.1 to 6.0 */
			background: -o-linear-gradient(#f6d41c, #953405); /* For Opera 11.1 to 12.0 */
			background: -moz-linear-gradient(#f6d41c, #953405); /* For Firefox 3.6 to 15 */
			background: linear-gradient(#f6d41c, #953405); /* Standard syntax (must be last) */
			margin: 6px;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 5px;
			border-radius: 10px;
    }
	
    #main > nav {
        flex: 0 0 130px;
        order: 1;

    }
  
    #main > aside {
        flex: 0 0 200px;
        order: 3;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        min-height: 0;
    }
 
    header, footer {
        display: block;
        margin: 6px;
        padding: 5px;

        border-radius: 10px;
        

    }
	
	header{
        height: 22px;
		text-align: center;
		font-weight: bold;
		font-size: 22px;
		background: #f6d41c;
		color: #5C0000;
    }
	
	footer {
        height: 11px;
		background: #953405;
		color: #f6d41c;
		
    }
	footer a:link, footer a:visited{
		color: #f6d41c;
		text-decoration: none;
		
    } 


/* Style the tab */
div.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
	height: 35px;	
    flex-shrink: 0;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 0px;
    transition: 0.3s;
    /*font-size: 17px;*/
	width: 50%;
	
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
				border-radius: 10px;	
			
    border: 3px solid rgba(0, 0, 0, 0);	
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color:  rgba(0, 0, 0, 0.1);
}

/* Create an active/current tablink class */
div.tab button.active {
    /*background-color: #ccc;*/
    border: 3px solid rgba(0, 0, 0, 0.1);
	font-weight: bold;
}

/* Style the tab content */
.tabcontent {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

#ListTab > div:first-child {
    flex: 0 0 auto;
}

#listDiv {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}

#StatsTab > div:first-child {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

#statDiv {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}
 
p, ul {
    padding: 0;
	padding-left: 17px;
    margin: 0;
	margin-bottom: 9px;
}

#statDiv{
text-align:left;
font-size:75%;
 /*background-color:  rgba(0, 0, 0, 0.2);*/

}


/* pager */
#pager {
    background-color: inherit;
    float: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 0px;
    transition: 0.3s;
    /*font-size: 17px;*/
	width: 50%;
	
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;	
			
    border: 3px solid rgba(0, 0, 0, 0);	
}

/* Change background color of buttons on hover */
#pager:hover {
    background-color:  rgba(0, 0, 0, 0.1);
}


    /* Too narrow to support three columns */
    @media all and (max-width: 640px) {
        #main, #page {
            flex-direction: column;
        }

        #main > article, #main > nav, #main > aside {
        /* Return them to document order */
            order: 0;
        }

        
        #main > nav{
            height: 30px;
			display: none;

        }
        #main > aside{
            height: 30px;
			display: none;

        } 
		header{
            height: 20px;
			font-size: 13px;
			 

        } 
		footer {
            height: 20px;
			display: none;

        }
    }