body {
	background-image: url(../img/background.png);
	/*background-repeat:no-repeat;*/
	background-position: center center;
	background-color: rgba(229,229,229,0.6);
}

.panel {
	background-color: rgba(255,255,255,0.6)
}

input[type="checkbox"].form-control {
	box-shadow: none;
}

@media (min-width: 800px) {

	.md-text-right {
		text-align: right;
	}

	.md-text-left {
		text-align: left;
	}

	.md-text-center {
		text-align: center;
	}
}

@media (max-width: 800px) {

	.sm-text-right {
		text-align: right;
	}

	.sm-text-left {
		text-align: left;
	}

	.sm-text-center {
		text-align: center;
	}
}

#cfrs {
	margin: 5px;
	margin-bottom: 15px;
}

.check-cfr {
	text-align: center;
	min-height: 370px;
	margin: 5px;
}

.check-cfr .pic {
	margin: 9px;
}

.check-cfr .pic img {
	width: 200px;
}

.check-cfr .tit {
	margin: 5px;
}

.check-cfr .val {
}

.border {
	border: solid 1px lightgrey;
}

.border-right {
	border-right: solid 1px black;
}

.border-bottom {
	border-bottom: solid 1px black;
}

.slim-canvas {
	border: solid 1px black;
	margin: 5px;
	max-width: 300px;
}

#pics {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}




