::-moz-selection 
{
	color: #000;
	background: #ccc;
}

::selection
{
	color: #000;
	background: #ccc;
}
body
{
	/* Background pattern from subtlepatterns.com */
	background:#333 url("res/bg.jpg") fixed;
	font-family: 'Lato', sans-serif !important;
	color:#f0f0f0;
}
.name
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
	background-color: rgba(48,48,48,0.75);
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	color:#eee;
}
.name > a
{
	text-decoration:none;
	color:#fff;
}
#mname
{
	font-size:30px;
	color:#ddd;
}
.footer
{
	margin-top:2px;
	background-color: rgba(48,48,48,0.75);
	text-align:center;
	color:white;
	margin-left: auto;
	margin-right: auto;
}
.links
{
	margin-top:30px;
	background-color: rgba(48,48,48,0.75);
	text-align:center;
	color:white;
	margin-left: auto;
	margin-right: auto;
}
a.namelink
{
	text-decoration:none;
	color:#FFF;
}
.form
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.form form input
{
	text-align:center;
}

.form form input[type=text]
{
	background-color: rgba(255,255,255,0.33);
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	margin-top: 10px;
}
.form form input[type=text]:focus
{
	-webkit-box-shadow: 0px 0px 2px rgba(255,255,255,0.33);
	-moz-box-shadow: 0px 0px 2px rgba(255,255,255,0.33);
	box-shadow: 0px 0px 2px rgba(255,255,255,0.33);
	background-color: rgba(255,255,255,0.5);
	color: #fff;
}
.form form input[type=submit]
{
	color: white;
	padding: 15px 10px;
	margin-top: 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 2px;
	outline: none;
	text-shadow: 0 0 5px #000;
	font-weight:bold;
	-webkit-filter: grayscale(25%);
    filter: grayscale(25%);
	background-color:#404040;
}
.form form input[type=submit]:hover
{
	-webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}
.cta
{
	min-width:100%;
	max-width:100%;
	min-height:64px;
	max-height:64px;
}
.info
{
	text-align:center;
	font-size:24px;
	color:white;
	margin-top:10px;
}
.info > a
{
	text-decoration:none;
	color:#ccc;
}
.info > span > a
{
	text-decoration:none;
	color:#ccc;
}
.info > a:visited
{
	text-decoration:none;
	color:#ccc;
}
td{vecrtal-algin:middle;height:40px;min-width:150px;}
table{margin-left:auto;margin-right:auto;}

#modal{color:#111;}
.text
{
	padding-left:10px;
	padding-right:10px;
}
.captcha
{
	margin-left:auto;
	margin-right:auto;
}
label {
	display: inline;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #666;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #666;
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.tag {
	font-family: Arial, sans-serif;
	width: 200px;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}

.radio-1 {
	width: 193px;
}

.button-holder {
	float: left;
}
.lista-tabela
{
	border: 1px solid #222;
}
.lista-tabela tr:nth-child(2n)
{
	background-color: #333;
}
.lista-tabela tr:nth-child(2n+1)
{
	background-color: #444;
}
.lista-tabela tr
{
	border-bottom: 1px solid #222;
}