body {
	font-family: Arial;
	font-size: 14px;
	background: #333;
	color: #FE0;
}
legend {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
}
fieldset {
	display: inline-block;
	vertical-align: middle;
	margin: 4px 10px 4px 10px;
	text-align: center;
	border-radius: 6px;
}
button {
	border-radius: 5px;
	padding: 2px 4px 2px 4px;
	color: #FFF;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
}
button.apagar {
	background: #A90;
}
h1 {
	padding: 0px 10px 0px 10px;
	color: #FFF;
	text-shadow: 5px 5px 5px #111;
	font-style: italic;
	letter-spacing: 2px;
}
a {
	color: #09C;
}

.input {
    padding: 2px 10px;
    float: left;
    margin-right: 5px;
    border: none;
    font-size: 0.9em;
    width: auto;
	background: #222;
	color: #FFF;
}
.verde {
	background: #090;
}
.vermelho {
	background: #F00;
}
.cinza {
	background: #AAA;
}
.estrategia {
	min-width: 200px;
	display: none;
	vertical-align: top;
	text-align: center;
	font-size: 1.2em;
	margin: 10px;
	padding: 10px;
	border: none;
	border-radius: 8px;
	background-color: #222;
	cursor: pointer;
}
.estrategia:hover {
	background-color: #111;
}
.estrategia h2,
.estrategia h3,
.estrategia h4 {
	text-align: center;
	font-weight: bold;
}
.estrategia h2 {
	margin-top: 0px;
	padding: 3px;
	font-size: 13px;
    text-align: center;
    background-color: #09C;
    color: #111;
}
.estrategia h3 {
	font-size: 16px;
    font-weight: 500;
    margin: 0px;
}
.estrategia h4 {
	font-size: 0.9em;
	line-height: 10px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	font-weight: bold;
}
.estrategia .pct {
    font-weight: 700;
    font-size: 1.2em;
    color: #09C;
}
.estrategia .win {
	color: #0F3;
}
.estrategia .hit {
	color: #F30;
}
.estrategia .placar,
.estrategia .detalhes {
	display: table;
	text-align: center;
	width: 100%;
}
.estrategia .placar > div,
.estrategia .detalhes .detalhe {
	display: table-cell;
	vertical-align: top;
}
.estrategia .detalhes {
	font-size: 0.8em;
	font-weight: bold;
}
.estrategia .detalhe span {
	margin: 0px;
	padding: 0px;
}
.m1 .m1,
.m5 .m5 {
	display: inline-block;
}

#fullscreen {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}
#fullscreen > * {
	vertical-align: inherit;
}
#opcoes {
	text-align: center;
}
#opcoes,
h1 {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
}
#listaEntradas {
	margin: 10px;
	padding: 10px;
	list-style-type: none;
	border-radius: 10px;
	background: #222;
}
#listaEntradas li {
	display: inline-block;
	width: 50px;
	text-align: center;
	margin: 1px;
	padding: 5px;
	color: #FFF;
}
#estrategia-atual {
	display: inline-block;
	padding: 10px;
	margin: 15px;
	max-width: 300px;
	min-height: 100px;
	text-align: left;
	background-color: #555;
	color: #FFF;
}
#estrategia-atual h2 {
	margin-top: 0px;
}
#rodape {
	padding: 10px;
	font-size: 0.9em;
	text-align: center;
	color: #FFF;
}
