/* Module Block Layout */
div.theme-basic {  }

div.theme-basic .module {  }

div.theme-basic .module-title {
    color: #212121;
    font-size: 28px;
    line-height: 32px;
    margin: 0px;
    font-family: 'robotobold';
    text-transform: uppercase;
    margin-bottom: 9px;
    padding-bottom: 20px;
}

div.theme-basic .module_top{  }

div.theme-basic .module_bottom{  }

div.theme-basic .module-content {
    padding-bottom:20px;
}

div.theme-basic .module ul {
    list-style-type: none;
}

div.theme-basic .module .module_view_all {
    padding-top: 10px;
    text-align: right;
}