/*  MICROTHEMER STYLES here  */


/*= Content =================== */

/** Content >> Table heading **/
tr th {
	color: rgb(255, 255, 255);
	text-align: center;
	background-color: rgb(158, 134, 91);
}


/** Content >> Price **/
.price {
	text-align: right;
}


/** Content >> Conditions **/
.conditions {
	font-size: 14px;
	font-style: italic;
}


/** Content >> Booking **/
.booking {
	text-align: center;
	width: 5%;
}


/** Content >> Table cells **/
table th, 
table td {
	border-color: rgb(0, 0, 0);
	border-width: 1px;
}


/** Content >> Activity **/
.activity, 
.restrictions {
	width: 15%;
}


/** Content >> Description **/
.description {
	width: 20%;
}


/** Content >> Duration **/
.duration {
	width: 25%;
}


/*= Footer ==================== */

/** Footer >> Subfooter paragraph **/
.subfooter p {
	font-size: 12px;
}

