body *{
	font-family:;
}
.header-img{
	height: 64px;
	position: relative;
	bottom: 16px;
}

.loggy{
    width:320px;
    margin:auto;
}
.center{
	width:960px;
	margin:auto;
}
.center-index{
	width:1200px;
	margin:auto;
}
.offwhite{
	background:#f3f3f3;
}
.indv-show{
	padding:10px;
}
h1.head-1{
	margin-top:10px;
	margin-bottom:20px;
}
header .col-md-2 a.outlog{
	margin-top: 25px;
	color: rgba(0,0,0,.8);
}
header .col-md-2 a.outlog:hover{
	color: rgba(0,0,0,1);
}

h2.index-header{
	text-align:center;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
	display:block;
	box-shadow:0px 3px 1px #eee;
}
h3.headish span{
	font-weight:bold;
}
h3.headish{
	border-bottom:1px solid #666;
}
.show-list ol li{
	padding:1px 10px 5px;
	border:1px solid #ddd;
	border-radius: 5px;
	margin-bottom:5px;
	box-shadow:1px -1px 3px #ddd inset;
}
.show-list ol li.offwhite{
	background:#eee;
	box-shadow:1px -1px 3px #ccc inset;
}
.deletelink{
	display:block;
	margin-left:435px
}
#order-feedback{
	display:none;
}

header{
	background:#CEF3F5;
	margin-bottom:10px;
	border-bottom:1px solid #aaa;
}
header a{
	font-size:20px;
}
header .col-md-2 a{
	margin-top:30px;
	display:inline-block;
	font-size:20px;
}
.show-list{
	border-right:1px solid #666;
}

h3.feedback-here.bad{
	background: rgb(255, 203, 212);
	padding: 10px;
	border: 2px solid rgb(255, 131, 131);
	border-radius: 5px;
	color: rgb(218, 65, 65);
}
h3.feedback-here.good{
	background: rgb(207, 255, 203);
	padding: 10px;
	border: 2px solid rgb(82, 175, 82);
	border-radius: 5px;
	color: rgb(57, 170, 57);
}

textarea#body{
	height:400px;
}

a.navi{
	display:block;
	position:relative;
	margin:auto;
	position:fixed;
	top:50%;
	text-align:center;
	opacity:.8;
	text-decoration:none;
	font-weight:bold;
	transition:opacity .3s;
}
a.navi:hover{
	opacity:.99;
}
div.prev{
	width:46px;
	height:48px;
	background:url('/bgchecks/images/Back.png');
	margin-left:6px;
}
div.next{
	width:48px;
	height:48px;
	background:url('/bgchecks/images/Next.png');
	margin:auto;
}
.content-img{
	max-width:100%;
	margin:auto;
	display:block;
}
div.desc-here{
	margin:40px 0px 20px;
	border-top:1px solid #aaa;
	padding:10px;
	font-size:16px;
	
}
textarea#desc{
	height:200px;
}