/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/


/*------------------------------------------------*\
	misc
\*------------------------------------------------*/
.text-shadow-dark {text-shadow:1px 1px 4px #000;}

.text-shadow-light {text-shadow:1px 1px 4px #fff;}

#compare th {
    padding-bottom: 1.5rem !important;
	vertical-align: bottom;
	white-space: nowrap;
}

#compare td .fas {
    font-size: 1.5rem;
    vertical-align: middle;
    margin-right: 10px;
}

#compare .fa-check {
    color: #22bb33;
}

#compare .fa-times {
    color: #dc3545;
}


/*------------------------------------------------*\
	responsive tweaks
\*------------------------------------------------*/
.state_mobiles th img {
    display: block;
    margin: 0 auto;
}

.state_mobiles th i {
    display: block;
	margin-bottom: 6px;
    text-align: center;
}