﻿
.t5-orange-button-full,
.t5-orange-button-full:hover {
	color: white !important;
	width: 100% !important;
	background-color: rgba(234,100,26) !important;
}

.t5-orange-button,
.t5-orange-button:hover {
	color: white !important;
	width: 200px !important;
	background-color: rgba(234,100,26) !important;
}

.t5-orange-button-text,
.t5-orange-button-text:hover {
	color: rgba(234,100,26) !important;
	background-color: transparent !important;
}

.t5-div-highlight:hover {
	background-color: lightgray;
	color: white;
}

.t5-div-highlight:active {
	background-color: darkgray;
	color: white;
}