section[data-cattype="639"]{
    
}

[data-cattype="639"] .resources-list{
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 10px;
}

[data-cattype="639"] .resources-list:last-child{
	border-bottom: 0;
	padding-bottom: 10px;
}

[data-cattype="639"] .download-list li{
	width: 100%;
}

[data-cattype="639"] .download-list li a{
	margin-bottom: 10px;
}

/* 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) {
      
}