div.message, div.error { padding-left: 26px; font-size: 13pt; font-weight: bold; margin: 10px 0 5px 0; }
div.message { background: transparent url('./images/info-icon.png') left 2px no-repeat; color: #007599; }
div.error { background: transparent url('./images/error-icon.png') left 2px no-repeat; color: #ce2e48; }

.summary-table td { height: 78px; }

.cart button.working { background: url("./images/ajax-loader.gif"); }

.cases-buttons {
	padding-top: 25px;
	margin-bottom: -35px;
}
.cases-buttons a {
	margin: 0 10px 15px 10px;
    padding: 10px 30px;
    white-space: nowrap;
    display: inline-block;
}

@media only screen and (max-width: 54em) {
    
    .cartpage table th.total-price {
		text-align: right;
    }
  
}

@media only screen and (max-width: 40em) {
	.cases-buttons {
		padding-top: 15px;
		margin-bottom: 0;
	}
	.cases-buttons a {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 480px) {
	.cases-buttons {
		padding: 15px 0 0;
	}
}