@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	font-family: 'Open Sans', sans-serif;
}

header {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #000;
}

header img {
	max-height: 90px;
}

header .banner {
	text-align: center;
}

header .form-campeonato {
	text-align: right;
	margin-top:27px;
}

footer {
	bottom: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
}



.navbar-default .navbar-nav > li > a > i {
	font-size: large;
}

.navbar-header .menu-mobile-text {
  padding-right: 5px;
  line-height: 55px;
  font-size: large;
}
.navbar-header button i {
  font-size: large;
}

#titulo-campeonato {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

/*
TITULOS
*/
h1, h2 {
	padding: 0;
	margin: 0;
}
h2 {
	font-weight: bold;
	margin-bottom: 10px;
}



/*
BOX LATERAL
*/

.box-lateral {
	border: 1px solid;
	margin-bottom: 25px;
}

.box-lateral-titulo {
	font-size: x-large;
	padding: 5px;
	margin: 0;
	text-align: center;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
}


/*
TABELA DO BOX LATERAL
*/
thead {
	border-bottom: 1px solid;
}

thead .fa {
	font-size: xx-large;
}


table.table-jogos .table-horario, table.table-sumula .table-horario {
	border:0px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
}

table.table-jogos .table-linha{
	line-height:50px;
	font-size: large;
}

table.table-times .table-linha {
	line-height: 80px;
}

table.table-times .table-linha h3 {
	font-size: x-large;
}

table.table-sumula {
	padding: 0;
	margin : 0;
	border : 0;
}
table.table-sumula .table-head {
	line-height: 80px;
	font-size: xx-large
}

table.table .h50 {
	line-height: 50px;
}