html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color:#333;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	background:#f3f3f4;
}
a:active, a:focus {
	border:none;
	outline:none;
}
a {
	text-decoration:none;
}
a img {
	border:none;
}
img {
	border:none;
}
img {
}
.clear {
	clear:both;
}
.normal {
	font-weight:400;
}
.strong {
	font-weight:700;
}

.bold {
	font-weight:500;
}
.strong {
	font-weight:700;
}
input[type=button], input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
}
#cedat {
	/*max-width:700px;*/
	margin:2% auto;
	text-align:center;
}
#cedat img {
	max-width:150px;
}
#content {
	/*max-width:700px;*/
	margin:7% auto;
}
#trans {
	width:98%;
	border:1px solid #FFF;
	padding:1%;
}
#logo {
	float:left;
	text-transform:uppercase;
	color:#666;
	padding:5px 0;
}
#options {
	text-align:right;
	padding:5px 0;
}
#options a {
	color:#999;
	margin-left:8px;
}
#log {
	font-size: 11px;
}
#controls {
	padding:5px 0;
}
#controls div {
	width:32%;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	padding:6px 0;
	text-align:center;
	border-radius: 4px;
	font-size:12px;
	float:left;
}
#controls div a {
	color:#FFF;
}
#controls div.start {
	background-color:#28b193;
	border:1px solid #28b193;
	margin-right:1%;
}
#controls div.stop {
	background-color:#f6406b;
	border:1px solid #f6406b;
	margin-right:1%;
}
#controls div.cancel {
	background-color:#b1b1b1;
	border:1px solid #b1b1b1;
}
#controls div:hover {
     opacity: 0.8;
}
#statusBar {
	color: #f6406b;
	font-size:12px;
	padding:10px 2px;
	clear:both;
}
#serverStatusBar {
	position: fixed;
	bottom: 0.4em;
	right: 0.4em;
	top: auto;
	left: auto;
	padding: 0.2em 0.2em 0.2em 0.2em;
}
.highlight {
	color: #e7ff5f;
}
ins {
	background-color: #c6ffc6;
	text-decoration: none;
}

del {
	background-color: #ffc6c6;
}
hr {
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(0, 0, 0, 0.1); 
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.Blink {
	color:orangered;
    /* animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;  */
}

@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0.5; }
}