.topLine {

    width:100%;
    height:40px;
    background-color:rgba(24,34,44,1.0);
    position:fixed;
    z-index:10;

}

.topLine .topLine_table {

    width:100%;
    height:40px;
    border-collapse:collapse;

}

.topLine .topLine_table tr td {

    font-size:17px;
    font-weight:400;
    font-family:'Roboto',sans-serif;
    color:white;

}

.topLine .topLine_table tr td.rightSide {

    text-align:right;
    padding-right:55px;

}

.topLine .topLine_table tr td a {
    color:inherit;
}

@media screen and (max-width:400px) {

    .topLine .topLine_table tr td {

        font-size:14px;
        font-weight:400;
        font-family:'Roboto',sans-serif;
        color:white;

    }

}