html, body{
    height:100%;
    margin:0;
    background:#fff;
    font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
    font-size:14px;
}
h1, h2{
    background: #86B7CD;
    padding:5px 10px;
    color:white;
    font-size:16px;
    font-weight:normal;
    text-transform: uppercase;
}
.flex-container{
    display:flex;
    align-items: center;
    justify-content: center;
    height:100%;
}
.container{
    padding:20px 40px;
    color:#5089A4;
    margin:0;
    width:100%;
}

.login{
    display:inline-block;
    background: #5089A4;
    padding:40px;
    border-radius:3px;
    text-align:center;
    margin:0 auto;
}
.login label{
    color:white;
}

.login img{
    padding-bottom: 60px;
}

.container.left{
    text-align:left;
}

.container.center{
    text-align: center;
}

.home h1, .home h2{
    background: inherit;
    color:#4C8299;
    text-transform: capitalize;
}
.main-menu{
    background: #417690;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    margin-bottom:40px;
}

.main-menu .container{
    padding:10px 40px;
}
.logged-in-user-name{
    color:#f5dd5d;
    text-transform: uppercase;
    font-size:12px;
    padding-right:10px;
}
h1.main-title{
    color:#f5dd5d;
    font-size:24px;
    line-height:40px;
    background:inherit;
    float:left;
    padding:0;
    margin:0;
    font-weight:300;
    text-transform: capitalize;
}
.main-menu a, .main-menu a.visited{
    text-transform: uppercase;
    color:rgba(255,255,255,1);
    text-decoration: underline;
    font-size:11px;
    font-weight:300;
}

.main-menu a:hover{
    color:rgba(255,255,255,0.4);
}

.menu-container{
    padding-top:10px;
    float:right;
    color:#fff;
}
a.button, a.button:visited{
    color:white;
    display: inline-block;
    border-radius:30px;
    padding:5px 10px;
    background: #5089A4;
    text-decoration: none;
    transition:0.2s;
}
a.button:hover{
    background: #79AEC8;
}
.member-count{
    font-size:12px;
    font-style:italic;
}
thead tr {
    background: #79AEC8;
    color:white;
}
th, td{
    font-weight:normal;
    padding:5px 5px;
    border-bottom: none !important;
    border-radius:0 !important;
}
th{
    border-radius:3px;
}

