.title_table {
	font-weight:bold;
	font-size:29px;
	text-align:center;
	text-transform:uppercase;
	background:yellow;
	border:1px solid transparent;
	margin:20px auto;
	margin-top:35px;
	padding:4px;
}
table {
	margin:0 auto;
	width:100%;
}
#background_first {
	background-image:none;
}
.desc_table {
	background:gray !important;
	color:#fff;
}

.all_table {
	width:85%;
	margin:0 auto;
}

td, th {
	padding:6px 2px;
	font-family: sans-serif;
}

.desc_table th {
border-left:3px solid #fff;
}

tbody tr:nth-of-type(even) {
	background:#bdbde838;
}

tbody tr:hover {
	background:#e9ea39c2;
	cursor:pointer;
	transition:0.5s;
}

.subtitle_table {
	font-family: sans-serif;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	height:40px;
	background:#fff !important;
}

table {
	margin-bottom:20px;
}

@media (max-device-width:405px) {
	.title_table {
		font-size:24px;
	}

	.all_table {
	width:90%;
}

td, th {
    padding: 6px 4px;
}
}

@media (max-device-width:486px) {
td, th {
    padding: 6px 4px;
    font-size:15px;
}
}

@media (max-device-width:359px) {
	table {
		font-size:15px;
	}
}

@media (max-device-width:319px) {
	.title_table {
		font-size:22px;
	}
}