/*
    Theme Name: Universal WP
    Theme URI: https://wordpress.dankov-themes.com/universal/
    Version: 1.1.0
    Author: DankovThemes
    Author URI: https://themeforest.net/user/DankovThemes
    Description: Universal - modern multi-purpose, minimalistic and easy to use, lightweight and fast loading, multi and one page WordPress theme for building simple and beautiful business or personal website.
    Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, sticky-post, theme-options, translation-ready
    License: GPL2
    License URI: https://dankov-themes.com/
    Text Domain: universal-wp

*/

.page-id-1932 .col-lg-3.col-md-3.col-sm-12.col-xs-12 {
    display: none;
}
.page-id-1932 .col-lg-8.col-md-8.col-sm-12.sidebar-right {
    width: 100% !important;
}


*{
	margin: 0;
	padding: 0;
}
#wrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.table-scroll table{
	background-color: #ece7e7;
}
.table-scroll tr.dgSuites_IS {
    background: #fff;
}
.table-scroll td {
    text-align: center;
    
}
.table-scroll .dgSuites td{
    text-align: center;
}
.table-scroll .dgSuites_IS {
    font-family: verdana;
}
.table-scroll .dgSuites_AIS{
	 font-family: verdana;
}



@media only screen and (max-width:639px){
.table-scroll td,th {padding:12px !important;}
.table-scroll tr.dgSuites_IS {
    font-size: 13px;
}
.table-scroll tr.dgSuites_AIS {
    font-size: 13px;
}
.table-scroll td.verdana11blk {
    font-size: 12px;
}

}

@media only screen and (max-width:479px){
.table-scroll{
    overflow-x: scroll;
}

}