/* Tab */
.tabs .tab a,
.tabs .tab a:hover {
    color: #2196F3;
    opacity: 0.6;
}
.tabs .tab a.active {
    color: #2196F3;
    opacity: 1;
}
.tabs .indicator {
    background-color: #ffffff;
}