<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

/*
 * Globals
 */

body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #e1e1e1;
  color: #555;
	padding-top: 20px;
	padding-bottom: 40px;
}

.row.main {
	background-color: #FFF;
	padding:15px;
	padding-bottom:25px;
}

.header {
	margin-bottom:25px;
	padding-bottom:-12px;
}


.container {
	max-width: 600px;
}

.callout-danger {
	background:red;
	padding:15px;
	margin-bottom:25px;
	color:#fff;
}
.callout-danger p {
	margin:0px;
	padding:3px;
}

.button_grey {
	background: #7a7f86;
	color: #fff;
	font-size: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button_grey:hover {
	background: #2B3037;
}

.btn-default {
	background-color: #7bb51c;
	color: #fff;
	float:right;
}

.border_red {
	border: 1px solid red;
}</pre></body></html>