html{
    background-color: #ADD8E6 !important;
}
body
{
    background-color: #FC717B !important;
}

.centered
{
    margin-left: 45%;
    margin-bottom: 5%;
}

th
{
    background-color: #468499;
    color: #fff;
}

tr:hover
{
    background-color: #ADD8E6 !important;
}

p
{
    font-size: 2em;
}

.smaller{
    font-size: 1.5em;
}

.title
{
    color: #fff; 
}

.nav
{
    background-color: #2D2D30;
    /*background-color: #ADD8E6;*/
    height: 10%;
}

#map-canvas{
    height: 50%;
}

.left_sidebar{
    background-color: #f5f5f5; 
}

.right_sidebar{
    background-color: #BFBFBF;
    padding-bottom: 3.3%;
    /*margin-left: 40%;*/
}