body {background:#EEEEEE;    font-family: serif; font-size: 14px;}
#content{min-height:200px; min-width:1000px; max-width:1000px; margin:auto; background:#FFFFFF; border-radius: 5px;}
#loginDiv {margin:auto;width:300px;margin-top: 40px;}
.loginField {font-size: large; height: 30px; width: 100%;}
.popup__overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	text-align: center;
	z-index:101;
	}
.popup__overlay:after {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
	content: ''
}
.popup {
	display: inline-block;
	position: relative;
	max-width: 80%;
	padding: 20px;
	border: 5px solid #fff;
	border-radius: 15px;
	box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4);
	background: #fff;
	vertical-align: middle;
	z-index:101;
	}
.popup__close {
	display: block;
	position: absolute;
	top: -20px;
	right: 10px;
	width: 12px;
	height: 12px;
	padding: 8px;
	border: 5px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4),
							0 3px 3px     rgba(0,0,0,.4);
	box-shadow:         inset 0 2px 2px 2px rgba(0,0,0,.4),
							0 3px 3px     rgba(0,0,0,.4);
	cursor: pointer;
	background: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #444;
	text-decoration: none;
	font-weight: bold
	}
.popup__close:hover {
	background: #ddd
}

.table {
    display: table;
    background: #d9edf7;
    border-color: #3a87ad;
}

/*.row {
    display: table-row;
    background: #f2dede;
    border-color: #b94a48;
}*/

.cell {
    background: #fbeed5;
    border-color: #c09853;
	display: table-cell;
}

.lapResult {font-size: small;}
.editable {border-bottom: 1px dashed #84ae84;}
.comment_ul{list-style-type: disc;}
.comment_li{list-style-type: disc;}

