.tabs .tab a{
    color:#00ACC1;
}

.tabs .tab a:hover,.tabs .tab a.active {
    background-color:transparent;
    color:#008B9B;
}

.tabs .tab.disabled a,.tabs .tab.disabled a:hover {
    color:rgba(102,147,153,0.7);	
}

.tabs .indicator {
    background-color:#009BAD;
}

.entry-content a:link {
    text-decoration: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:link {
    text-decoration: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.entry-content a:visited {
    text-decoration: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.text-security {
    font-family: "text-security-disc"
}