section[data-cattype="406"].wrapper_middle{
    padding: 30px 0px 30px 0px;
}

[data-cattype="406"] h1{
    margin-bottom: 20px;
    text-align: left;
}

[data-cattype="406"] tbody tr td:first-child {
   vertical-align: top;
    width: 33px;
    color: #cb131b;
    font-size: 16px;
}

[data-cattype="406"] .mbtm{
    margin-bottom: 40px;
}

[data-cattype="406"] tbody tr td{
   text-align: left;
    line-height: 24px;
    font-size: 14px;
    padding-bottom: 16px;
}
  
[data-cattype="406"] .btn-success {
    color: #999;
    border-color: #999;
}

[data-cattype="406"] .btn-success:hover {
    color: #fff;
}




/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
      
}

