/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}
.list tr:nth-child(odd){background: #eee}
.list tr:hover{background: #dff0d8;}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
        padding: 0 30px;
        /*border-left: 1px solid #e7e7e7;*/
    }
}
.map-div p{margin: 20px 0 10px}
.map a{display:inline-block;width:140px;color:#3da70c}

.container>.nav>li>a{padding: 8px 10px;}