@charset "UTF-8";
/* CSS Document */

.inner {
	padding: 30px 30px 0;
}

.tablepane {
	text-align: center;
	
}

.tablepane table {
	margin: auto;
	border-collapse: collapse;
	border: 1px solid #aaa;
}

body.sicure .tablepane table {
	width: 1000px;
}

.tablepane table tr th {
	background-color: #eee;
  font-weight: 400;
	color: #000;
	font-size: 13px;
	padding: 10px;
  border: 1px solid #aaa;
  vertical-align: middle;
	width: 90px;
}
body.droa .tablepane table tr th {
	background-color: #eee;
  font-weight: 400;
	color: #000;
	font-size: 13px;
	padding: 10px;
  border: 1px solid #aaa;
  vertical-align: middle;
	width: 100px;
}
.tablepane table tr:first-child th {
	padding: 10px 5px;
}
.tablepane table tr th span {
	display: block;
	font-size: 10px;
	padding-top: 5px;
}
.tablepane table tr th:first-child {
	width: 150px;
}
.tablepane table tr td {
	padding: 20px; 10px;
  border: 1px solid #aaa;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
	background: #fff;
}


.tablepane th img {
	width: 70px;
	height: auto;
}
.title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
}


@media screen and (max-width: 550px) {
    .tablepane table {
        min-width: 500px;
        margin-bottom: 15px;
    }
}

