/* 
This is the section css for
Dr. Oné R. Pagán 
*/

#home-content .noList {
	list-style: none;
	margin-left: 0;
}
#home-content .contentBox {
	background-color: #eee;
	border: 2px solid #763775;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 20px;
}
#home-content .contentBox h3 {
    margin-top: 0;
}
#home-content .facHome > .row-responsive > .grid3:first-of-type > img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#home-content .col-3-9 > .row-responsive > .grid9 {
	padding-left: 20px;
}

#home-content #cartoonPage{
	overflow: auto;
}

#home-content .tileBuilderSnippet > div{
	padding: 10px !important;
}

#home-content .tileBuilderSnippet > div *{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#home-content .row-responsive .grid3 {
	padding-left: 10px;
	padding-right: 10px;
}

#home-content .tabContainer{
	overflow: auto !important;
}

@media only screen and (max-width: 768px) {
	#home-content .col-3-9 > .row-responsive > .grid9 {
		padding: 0;
	}
}