.big-code, .big-code pre, .big-code pre.php
{
	font-size: 16px !important;	
}
.bsa_it_p{
	display:none !important;
}
.via_ad_packs{
	text-align:right;
	background: #F0F0F0 !important;
	border:1px solid #EEE;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-top:none !important;
	padding-right:5px;
	padding-bottom:5px;
	border-radius: 0px 0px 6px 6px;
}
.one .bsa_it_ad{
	border:1px solid #EEE !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-bottom:none !important;
	border-radius: 6px 6px 0px 0px;
	background: #F0F0F0 !important;
}
.classic-table
{
	width: 100%;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.classic-table tr td, .classic-table tr th
{
	border: 1px solid #CCC;
	border-right: none;
	border-bottom: none;
	padding: 5px;
	text-align: left;
}

.subheader {
        margin: 30px 0;
        width: 100%;
}

.lbl_required:after {
  content:" *";
  color:red;
}

.startblock {
    width:200px;
    display: inline-block; 
    //margin:20px 40px;
    text-align: center;
}

.startblock h2 {
    line-height: 50px;
    border-bottom: 1px solid;
}

.iconblock {
    padding: 15px;
}

.spin-hover:hover {
  -webkit-animation: fa-spin 2s;
  -moz-animation: fa-spin 2s;
  -o-animation: fa-spin 2s;
  animation: fa-spin 2s;
}

.gc-container .table-section {
    width: 100%;
}

#filters a {
    color: #337ab7;
    text-decoration: none;
}

#filters a.thick {
    font-weight: bold;
}

@media screen and (max-width: 400px) {
    .startblock { 
        margin: 20px 0px;
    }
}

@media screen and (min-width: 401px) and (max-width: 767px) {
    .startblock { 
        margin:20px 15px;
    }
}

@media screen and (min-width: 768px) {
    .startblock { 
        margin:20px 40px;
    }
}

@media screen and (max-width: 960px) {
    .soc-icons li { 
        margin: 0px 5px;
    }   
    body { margin: 80px 0px;}
}