<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Skin #SkinContent {
	 color: #333;
	 font-family: 'Open Sans', sans-serif;
	 font-size: 14px;
	 font-weight: 500;
	 line-height: 1.7;
}
 .Skin #Plug a {
	 color: transparent;
	 cursor: default;
	 pointer-events: none;
}
 .Skin h2.noStyle, .Skin .QuestionBody {
	 color: #333;
	 font-family: 'Open Sans', sans-serif;
	 font-size: 14px;
	 font-weight: 500;
	 line-height: 1.7;
}
 .Skin input, .Skin .QuestionBody {
	 color: #333;
	 font-family: 'Open Sans', sans-serif;
	 font-size: 14px;
	 line-height: 1.7;
	 border: 0;
	 padding: 0 12px;
}
 .Skin fieldset span {
	 color: #333;
	 font-family: 'Open Sans', sans-serif;
	 font-size: 14px;
	 line-height: 1.7;
}

.Skin .MC .QuestionBody {
    padding: 10px 12px;
    padding-top: 0;
}

#Buttons {
    text-align:left !important;
}

.Skin #Button input {
	 color: #fff;
	 font-family: 'Open Sans', sans-serif;
	 padding: 0 ;
    font-size: 14px;
    line-height: 1.7;
	 border: 0;
    background-color: #041E42;
}


.Skin #Button input:hover {
    color: white;
    background-color: #FF8200;
}

 .Button {
	 color: white !important;
	 background-color: #041b3c;
	 display: inline-block;
	 margin-bottom: 0;
	 font-weight: normal;
	 text-align: center;
	 vertical-align: middle;
	 cursor: pointer;
	 background-image: none;
	 padding: 6px 12px !important;
	 font-size: 14px !important;
	 line-height: 2 !important;
}
 .Button a, .Button:hover, .Button:focus, a.Button:hover, a.Button:focus {
	 color: white;
	 background-color: #ff7d23;
}

</pre></body></html>