﻿
.fabulous-07 .d-adi-url,
.fabulous-07 .d-adi-name {
    display: none;
}

 .fabulous-07 .d-field-top-menu-item:hover {
    animation: bounce 0.6s;
    color: cornflowerblue;
}

.fabulous-07 .d-field-top-menu-item {
    color: #3b5998;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 4px 15px;
    background-color: white;
    font-size: 16px;
    font-weight: bold;
    margin-top:30px;
}


.topMenuItemUrl {
/*    color: #3b5998;
    text-decoration: none;
    margin-left: 3px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 4px 15px;
    background-color: white;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;*/
}
.topMenuItemUrl:hover{
    animation: bounce 0.6s;
    color: cornflowerblue;
}




