.uppercase {
    text-transform: uppercase;
}

.qsl {
	height: 18px;
}
.qsl:hover {
	height: 300px;
	transition: width .5s linear;
	position: absolute;
	margin-left: -400px;
}

a {
	outline: 0;
}

.fivemin {
	color: #FF0000;
	text-decoration: none;
}

.tenmin {
	color: #FF9800;
	text-decoration: none;
}

.sixtymin {
	color: #909090;
	text-decoration: none;
}

td.point-1 {
	border-left-color: #98CB00;
	border-left-style: solid;
	border-left-width: 8px;
}

td.point-2 {
	border-left-color: #A4BB08;
	border-left-style: solid;
	border-left-width: 8px;
}

td.point-4 {
	border-left-color: #BBE916;
	border-left-style: solid;
	border-left-width: 8px;
}

td.point-6 {
	border-left-color: #D18025;
	border-left-style: solid;
	border-left-width: 8px;
}

td.point-8 {
	border-left-color: #E96233;
	border-left-style: solid;
	border-left-width: 8px;
}

td.point-10 {
	border-left-color: #FE4543;
	border-left-style: solid;
	border-left-width: 8px;
}

span.circle-gray {
	padding: 0px 9px 0px 9px;
	border-radius: 9px;
	background-color: #CCCCCC;
}

span.circle-yellow {
	padding: 0px 9px 0px 9px;
	border-radius: 9px;
	background-color: #FBEC02;
}

span.circle-green {
	padding: 0px 9px 0px 9px;
	border-radius: 9px;
	background-color: #27FD04;
}

.h2-link {
	text-decoration: none;
}

.pagination a {
	color: #000000;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #DDDDDD;
}

.pagination-disabled {
	color: #DDDDDD;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #DDDDDD;
}

.pagination a:hover:not(.active) {
	background-color: #DDDDDD;
}

.textarea {
	border: 1px solid #DDDDDD;
}

.missing-rig {
	color: #fd6300;
}

html, body {
	font-family: Liberation Mono,Verdana,sans-serif;
}

.slashbutton {
	margin-top: 2px;
	margin-right: 8px;
}

.newcomplete {
	color : #FF0000;
}

#kreis10 {
    background-color: #FE4543;
    position: relative;
    width: 24px;
    height: 24px;
    top: 10px;
    left: 25px;
    border: 1px solid #FE4543;
    text-align: center;
    border-radius: 12px;
}