.pi-tabheader img , .pi-tabheader-mobile img {/* margin-top: -14px; */ border: 1px solid #ccc;}
.paddedcontent{padding: 10px;}
.list {color:#1dafe8; margin: 0; padding-left: 20px; line-height: 1.5;}
.list li{margin-bottom: 10px; text-transform: uppercase; font-weight: bold;}
.list li span{color:#000; text-transform: none; font-weight: normal; display: block;}
/*.learnmore{position: absolute; bottom: 0px; left:50px;}*/
.pi-tabheader { display: block; width: 500px; margin: 0 auto;
}
.pi-tabheader-mobile { display: none;	}

@media only screen and (max-width: 990px) {
	.pi-tabheader { display: none; }
	.pi-tabheader-mobile { display: block; width: 338px;
		margin: 0 auto; }
}

