/*******************************************
***          YT Framework: css          ***
*******************************************/


/* Medium devices Desktops  
// ------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	
}

/* Small devices Tablets	
// ------------------*/
@media (min-width: 768px) and (max-width: 979px) {
	
}

/* Extra small devices Phones
// ------------------*/
@media (max-width: 767px){
	
}



#maintop3 {
border: 2px dashed !important;
height: 300px !important;
padding: 10px !important;
margin-top: 5px !important;
background-color: #f9f9f9 !important;
margin-left: 5px !important;
}

tbody tr td {
    padding: 10px;
}
