/*
Theme Name: Braille Converter 2013
Theme URI: http://braille.ru/
Description: The 2013 default theme for Braille Converter.
Author: Dimitry Wolotko
Author URI: http://absolvo.ru/
Version: 1.0
*/
html, body
{
	width: 100%;
	height: 100%;
}
.container
{
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	max-width: 900px;
}
a
{
	outline: none !important;
	cursor: pointer;
}
h1, h2, h3
{
	font-weight: inherit !important;	
	cursor: default;
}
h3
{
	font-size: 16px !important;
	line-height: 21px !important;
}
.page-header
{
	text-align: center;
}
.btn
{
	margin-bottom: 10px;
}
.footer
{
	text-align: center;
	margin-top:40px;
}
textarea
{
	resize: none;
	height:152px;
}
.selectLang
{
	margin-bottom: 60px;
}
@media (max-width: 767px) 
{
	.selectLang
	{
		margin-bottom: 10px;	
	}	
}
.response
{
	margin:0 auto 20px auto;
	width: 900px;
}
.response > span
{
	display: block;
	font-size: 25px;
	padding-bottom:10px;
	line-height: 30px;
}
.alert
{
	display: none;
}	
.contentBox
{
	margin-left: 12px;
}
h1 a, h1 a:hover
{
	text-decoration: none;
	color:#333333;
}
.preference
{
	margin-left: 0 !important;
}
.preference input[type="radio"]
{
	margin: 0;
	margin-bottom: 2px;
}
.preference h2
{
	font-size: 17px;
	display: inline;
	border-bottom: 1px dotted #333333;
	cursor: pointer;	
	font-weight: inherit;
}
.preference div
{
	display: none;
}
.preference div ol
{
	list-style-image:none;
	list-style-type: lower-greek;
}
.response span a
{
	font-size: 14px;
	text-decoration: underline;
}
.response div
{
	min-height: 215px;
}
.contentBox a, .footer a
{
	color:blue !important;
	text-decoration: underline !important;
}
.contentBox a:hover, .footer a:hover
{
	text-decoration: none !important;
}
.contentBox a:visited, .footer a:visited
{
	color:purple !important;
}
.footer
{
	margin-bottom: 60px;
}
.contentBox small
{
	font-size: 12px !important;
}
.convertButton, .convertUTFMirror
{
	margin-left: 0 !important;
}
.none
{
	display: none !important;
}