
.item-block {
	width: 90%;
}

.item-title {
	font-weight: bold;
}

#win-corner, #win-glass-pattern {
	text-align: center;
	vertical-align: top;
}

p#subs {
	font-size: 10pt;
	text-align: center;
	width: 80%;
	margin-left: 10%;
}

#win-sizes {
	font-size: 11pt;
	margin: 0;
	padding: 0;
	width: 400px;
	position: relative;
	left: 50%;
	margin-left: -210px;
}

#win-sizes td {
	vertical-align: top;
}

#win-example {
	height: 372px;
	width: 375px;
	text-align: center;
}

#height-block {
	width: 40px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: bottom;
}

#winheight {
	margin-left: 12px;
	margin-top: 12px;
	height: 290px;
}

#winwidth {
	float: left;
	width: 84%;
	margin-top: 6px;
	margin-left: 6px;
}

#vvalue {
	margin-top: 15px;
	margin-bottom: 15px;
}

#hvalue {
	float: right;
}

#vvalue, #hvalue {
	padding: 5px;
	font-weight: bold;
	color: #f6931f;
	text-align: center;
	background: white;
	border: 1px solid silver;
}

#wtypes {
	padding-left: .5em;
}

#wtypes img {
	border: 0;
}

#wtypes .wtype-block {
	position: relative;
	float: left;
}

#wtypes .wsubtype div, #wtypes .wtype {
	margin: 5px 2px;
	padding: 5px;
	cursor: pointer;
}

#wtypes .wsubtype {
	position: absolute;
	left: 0;
	top: 0;
	background: white;
	display: none;
	border: 1px solid silver;
}

#price-sum-des {
	font-size: 30pt;
	color: #f94144;
	font-weight: bold;
}

#price-block, #services {
	margin-bottom: 5px;
}

#services {
	font-size: 14pt;
}

#services .service {
	margin-right: 10px;
}

button {
	position: relative;
	display: inline-block;
	line-height: 2.5em;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 1px #777;
	color: #fff;
	outline: none;
	border: 2px solid white;
	border-radius: 5px;
	box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #888888;
	background-color: white;
}

button:active {
	top: .1em;
	left: .1em;
	box-shadow: 0 0 0 2px rgba(0,0,0,.05);
}

#credit-block {
    width: 155px;
    padding: 10px;
    background: #ffd600;
}

#total-block {
    width: 155px;
    padding: 10px;
    background: #ffd600;
	font-size: large;
}

/*#credit-block {*/
/*	width: 155px;*/
/*	padding: 5px;*/
/*	background-color: #f00;*/
/*	box-shadow: 0 0 5px 10px #f00;*/
/*	border-radius: 5px;*/
/*	color: white;*/
/*	margin: 20px 10px;*/
/*}*/

/*#credit-block a {*/
/*	color: white;*/
/*}*/

#stats .stat {
	overflow: hidden;
	margin-bottom: 5px;
	color: white;
	background-color: silver;
	padding: 3px;
}

#stats #win-type {
	font-weight: bold;
	margin-bottom: 5px;
}

#stats .rounder {
	float: left;
	height: 16px;
	overflow: hidden;
}

#stats .rounder.left {
	width: 10px;
	margin-left: -5px;
}

#stats .rounder.right {
	width: 5px;
}

#stats .text {
	background-image: initial;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: rgb(252, 97, 88);
	width: 135px;
	background-position: initial;
	background-repeat: initial;
}

#stats #heat, #stats #silence, #stats #design {
	width: 50px;
	float: left;
}

.overed {
	background: silver;
}

.clicked {
	background: #bd9;
}

@font-face {
	font-family: 'optimusprincepscyr'; 
	src: url('optimusprincepscyr.ttf') format('truetype'); 
}
  

.output-block-stats .text {
	font-family: 'optimusprincepscyr', sans-serif;
}