h1{font-size:18px;}
.table-tarif td {border: 1px solid #e6e6e6;font-size: .875rem;}

.table-tarif th{padding: .5rem 1rem;background: #f9fafb;}
.table-tarif tr:hover {background: #f9fafb;}

.content1 table.scroll {
    display: block;
    overflow-x: auto;
    width: 100%
}
.content1 table {
    background-color: transparent;
    /* width: 80%; */
    margin-bottom: 15px;
	margin-top: 25px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
    
}
@media screen and (max-width: 480px) {.content1 table {width: 100%; border: 2px solid #cacaca;}}

.content1 th {
    font-weight: 700;
    padding: 12px;
    border: 1px solid rgba(0,0,0,.1);
    /* margin: 0; */
    line-height: 1.5;
	text-align: center;
}
.content1 td {
    font-style: normal;
    padding: 0;
    border: 1px solid rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}
.content1 td p {
    margin: 0;
    padding: 12px 15px;
    text-align: left;
}