
.portal-navigation {
    width: 100%;
    height: 70px;
    float: left;
    margin-bottom: 20px
}

.portal-top-menu {
    float: left;
    width: 100%
}

.portal-top-menu a {
    color: #6f6f70;
    border-left: 2px solid #6f6f70;
    color: #222;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
}
    .portal-top-menu a:first-child {
        border-left: 0;
        padding-left: 0;
    }

.portal-top-menu span {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    color: #6f6f70;
    font-size: 20px;
    display: none;
}

