/*
* @author: Chad
*/

.tips {
	padding: 20px;
	background: #f0f0f0;
	margin-bottom: 20px;
}

.tips .tips-label {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

.tips > ul {
	list-style: none;
	margin: 0;
}

.tips > ul > li {
	color: #444444;
	padding: 15px 0;
	margin: 0;
	border-top: 1px solid #dbdbdb;
}
.tips > ul > li.last,
.tips > ul > li:last-child {
	padding-bottom: 0;
}

/* Regular Desktop */

@media only screen and (min-width:1024px) {
	
}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px) {

	.tips {
		padding: 30px;
	}
	
}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px) {

}
