/*PRESET CHECKS*/
.presetCheck
{
	cursor:pointer;
	float:none;
	position:relative;
	bottom:-6px;
}
.presetCheck.fa-check
{
	border:2px solid #367FA9;
    background-color:#3C8DBC;
    color:#FFF;
    bottom:-2px;
}
.checkCell
{
	height:     30px;
	text-align: center;
	display:    inline-block;
	width:      140px;
}
.resp-check
{
	font-size: 12px;
	font-weight: 700;
	display: none;
}
@media (max-width: 992px) {
	.checkCell
	{
		height: 60px;
	}
	.resp-check
	{
		display: block;
	}
}

.pr-save-heading
{
	text-align: center;
	display:    inline-block;
	width: 		140px;
}
@media (max-width: 1800px) {
	.pr-save-heading, .checkCell
	{
		width: 125px;
	}
}
@media (max-width: 1500px) {
	.pr-save-heading, .checkCell
	{
		width: 118px;
	}
}
@media (max-width: 1350px) {
	.pr-save-heading, .checkCell
	{
		width: 100px;
	}
}
@media (max-width: 1200px) {
	.pr-save-heading, .checkCell
	{
		width: 90px;
	}
}
@media (max-width: 1199px) {
	.pr-save-heading, .checkCell
	{
		width: 84px;
	}
}
/*PRESET CHECKS*/