html,
body {
	height: 100%;
}

body.login {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background-color: rgb(0, 26, 51);
	background-image: linear-gradient(145deg, rgb(0, 51, 102), rgb(0, 13, 26));
	background-attachment: fixed;
	color: #fff;
}


/*********/
/* LOGIN */
/*********/

.login {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
.login-image {
	margin-bottom: 40px;
}
.login .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.login .form-control:focus {
	z-index: 2;
}
.login input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.login input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

/*********/
/* CARDS */
/*********/

.card {
	color: #212529;
}
a.card:hover {
	text-decoration: none;
	color: #212529;
	background-image: linear-gradient(145deg, rgba(0, 123, 255, 0), rgba(0, 123, 255, 0) 40%, rgba(0, 123, 255, .2));
}
.card .table-sm tr:first-of-type th,
.card .table-sm tr:first-of-type td {
	border-top: 0;
}
.card .table-sm tr td:last-of-type {
	text-align: right;
}


/********/
/* POLL */
/********/

.poll-title {
	font-family: 'Bitter', serif;
	font-size: 3rem;
}


/***********/
/* OPTIONS */
/***********/

.options-title {
	font-family: 'Bitter', serif;
	font-size: 1.5rem;
}


/*********/
/* Debug */
/*********/

.debug-title {
	font-family: 'courier new', courier, monospace;
	font-weight: bold;
}
.debug-backtrace {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #999;
}
.debug xmp {
	font-family: 'courier new', courier, monospace;
}
.debug-more-link {
	margin-left: 10px;
}
.debug-more {
	display: none;
}