.tabs .tab a:hover, .tabs .tab a.active {
    color: #00bfa5;
}

.tabs .tab a {
    color: #9e9e9e;
}

.tabs .indicator {
    height: 3px;
    background-color: #26a69a;
}

.select-wrapper input.select-dropdown {
    margin-bottom: 0;
}

.big-container {
    width: 95%;
    margin: 0 auto;
    max-width: 1280px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-24 {
    margin-top: 24px;
}

#sidenav-overlay {
    /*z-index: 996;*/
}

#mobile-nav li,
#mobile-nav a {
    outline: none;
}

table td {
    width: 50%;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}
