﻿
.d-icon {
}
.topMenuItemUrl,
.d-menu-item {
    /*color: #3b5998;*/ /* Facebook blue color */
    /*text-decoration: none;
    margin-right: 15px;
    border-radius: 5px;
    padding: 4px 15px;
    background-color: white;
    */
    /*    font-size: 16px;*/
    font-weight: bold;
}
    .topMenuItem1Url:hover,
    .d-menu-item:hover {
        animation: bounce 0.6s;
        color: cornflowerblue;
    }



.w-datagrid-row.d-block-address {
    flex-flow: row;
}
.site-mode-studio-run .w-datagrid-row.d-block-address .w-field-name {
    width: 150px;
    text-align: left;
}
.site-mode-studio-run .w-datagrid-row.d-block-address .w-field-value {
    text-align: left;
}
    .d-block-address {
    border: 1px solid #241f1f !important;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    width: 100%;
    background-color: black;
}


/*.site-mode-studio-run .w-datagrid-row .w-field-name {
    width: 150px;
    text-align: left;
}

.site-mode-studio-run .w-datagrid-row .w-field-value {
    text-align: left;
}


*/
