@charset "utf-8";
/* CSS Document */

.skilstable {
	text-align: center;
	font-weight: normal;
	font-size: 3vw;
	border-style: outset;
	border-width: 1vw;
	border-color: gray;
	border-radius: 0vw;
	margin: auto;
}

td {
	padding: 0.3vw 0.9vw;
	text-align: left;
	background-color: rgba(0,0,0,0.15);
}

.tablesubtitle {
	background-color: rgba(0,0,0,0.30);
}

#firstcol {
	width: 46%;
}

#secondcol {
	width: 22%;
}

#thirdcol {
	width: 32%;
}

.barrinha {
	font-weight: bolder;
}

#tdtop {
	text-align: center;
}

#update {
	padding: 0.5vw 0vw 0vw 2vw;
}

@media screen and (orientation: landscape) {
	.skilstable {
		text-align: center;
		font-weight: normal;
		font-size: 1.5vw;
		border-style: outset;
		border-width: 0.5vw;
		border-color: gray;
		border-radius: 0vw;
		margin: auto;
	}

	td {
		padding: 0.15vw 0.45vw;
		text-align: left;
		background-color: rgba(0,0,0,0.15);
	}
}

