<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Extracted from main.css
 */

div.frame div.content td.submit input,
#form-speech-success2 td.submit input,
div.frame div.content div.submit2 input,
a.blue-button,
div.frame a.blue-button,
a.red-button,
div.frame a.red-button,
td.submit button,
.mt-button,.mt-button2,.mt-button3,.mt-button4,.mt-button5{
    background-color: #ff9326;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 36px;
    margin: 5px 0;
    padding: 0px 20px;
    border: none;
    border-radius: 2px;
    line-height: 35px;
    font-family: "Open Sans", sans-serif;
    transition:background-color 300ms;
}
a.mt-button{
    color: #444444 !important;
}
.mt-button.mt-button-secondary{
	color: #fff;
	background-color: #4667ce;
}

.mt-button:not(:disabled):hover{
	background-color: #b8630e;
    color: #fff !important;
}

.mt-button2,a.mt-button2{
	color: #fff !important;
	width:100%;
	box-sizing:border-box;
	border: solid 1px #ff9326;
	padding: 0;
}
.mt-button3,a.mt-button3{
	color: #6b81d1 !important;
	background-color: transparent;
	border: solid 1px #6b81d1;
	width:100%;
	box-sizing:border-box;
	padding: 0;
}

.mt-button4,a.mt-button4{
	color: #ff9324 !important;
	background-color: transparent;
	border: solid 1px #ff9324;
	box-sizing:border-box;
}

.mt-button5,a.mt-button5{
	color: #2c3a48 !important;
	background-color: #ffffff;
	border: solid 1px #bbbbbb;
	box-sizing:border-box;
	padding: 0 10px;
	border-radius: 3px;
	font-size: .7em;
}

a.blue-button:hover, a.red-button:hover, div.frame a.red-button:hover, a.mt-button:hover,
a.mt-button2:hover, a.mt-button3:hover {
    text-decoration: none !important;
}
a.red-button, div.frame a.red-button,.mt-button.red-button {
    background-color: #AD2A00;
    color: #fff;
}
.fake-link{
	border:none !important;
	background:none !important;
	font-weight:normal !important;
	color:inherit !important;
	text-decoration:underline !important;
}
.fake-link:hover{
	cursor:pointer !important;
	text-decoration:none !important;
	border:none !important;
	background:none !important;
}
</pre></body></html>