
body {
	color: #ccc;
	background-color: #222;
	font: 16px normal arial, sans-serif;
	padding: 5px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 30px 0;
}

li {
	margin-bottom: 30px;
}

.break {
	clear: both;
}

.codeform {
	display: inline-block;
	background-color: #555;
	padding: 50px;
}

a, a:visited, i {
	color: #55b;
}

a:hover, i:hover {
	cursor: pointer;
	color: #fff;
}

.big {
	font-size: 30px;
}



table, tr, td {
	border: 1px solid #555;
}

.grey {
	background-color: #404040;
}




select {
	color: #ccc;
	background-color: #555;
	font: 16px normal arial, sans-serif;
}

input {
	color: #ccc;
	background-color: #555;
	font-size: 16px;
	width: 300px;
	padding: 10px;
	border:1px solid #999;
}

button, .submitbutton {
	display: inline-block;
	width: 180px;
	margin: 0;
	padding: 12px 10px 12px 10px;
	color: #ccc;
	background-color: #55b;
	border: none;
	cursor: pointer;
	font: 16px normal arial, sans-serif;
}

.submitbutton:hover {
	color: #555;
	background-color: #fff;
}


.backup {
	background-color: #eef;
}
.backup .switch {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.backup .no-border-both {
	border-left: none;
	border-right: none;
}
.backup .no-border-left {
	border-left: none;
}
.backup .no-border-right {
	border-right: none;
}


.fa-chevron-up, .fa-chevron-down {
	cursor: pointer;
}

.hide {
	display: none;
}

.td-main {
	background-color: #eef;
	border-bottom: none;
}


.monitor {
	float: left;
	display: inline-block;
	border: 1px solid #555;
	margin: 10px;
	padding: 3px;
}


.linktext {
	float: left;
}

.clipboard {
	margin-left: 10px;
	float: right;
}



@-webkit-keyframes quickFlash {
	0% {
		background-color: white;
		opacity: 1;
	}
	100% {
		background-color: inherit;
	}
}

.quickFlash {
	-webkit-animation-name: quickFlash;
	-webkit-animation-duration: 1900ms;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-moz-animation-name: quickFlash;
	-moz-animation-duration: 1900ms;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
}