﻿/*#region - Dept Page */

#valero_dept * {
	line-height: 150%
}

/* Responsive columns */
#valero_dept [class^="col-"] {
	padding-bottom: 10px;
}

#s4-bodyContainer > #main #valero_dept h1 {
	padding-left: 15px;
}

/* Custom left aligned bulleted content */
#valero_dept ul, 
#valero_dept ol {
	padding-left: 16px;
}

/* Attached images */
#valero_dept .valero-image img {
    max-width: 264px;
}

/* More links */
#valero_dept .more-link > a {
  	background-color: #EE8922;
  	line-height: normal;
  	padding: 4px;
  	float: left;
  	margin: 10px 0;
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
}

/* Web part titles */
#valero_dept .ms-webpart-titleText span {
	font-size: 14px;
	font-weight: bold;
}


@media (min-width: 768px) {
	#valero_dept .valero-image img {
	    width: 100%;
	    text-align: center;
	}
}
	

/*#endregion*/
