.pricetable{
    margin: 25px auto 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #000;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 0.1em 0 rgba(0,0,0,.2);
}

.pricetable.accordeon{
    border-radius: 0;
    box-shadow: none;
}

.pricetable th{
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
    background: #9e2227;
    color: #fff;
    font-size: 18px;
}

.pricetable td{
    padding:15px;
    font-size: 18px;
    font-weight: normal;
}

.pricetable tr{
    border-bottom: 1px solid #eee;
}

.pricetable tbody tr:hover{
    background: #f9f9f9;
}

.pricetable tr:last-child{
    border-bottom: none;
}

.pricetable td,
.pricetable th
{
    border-right: 1px solid #eee;
}

.pricetable td:last-child,
.pricetable th:last-child
{
    border-right: none;
}

.pricetable td:first-child,
.pricetable th:first-child
{
    width: 70%;
}

.pricetable td:nth-child(2),
.pricetable th:nth-child(2)
{
    text-align: center;
}

.pricetable td:nth-child(3),
.pricetable th:nth-child(3)
{
    text-align: center;
    font-weight:bold;
}

@media (max-width: 992px){
.pricetable{width: 100%;}

.pricetable th{
    font-size: 16px;
}

.pricetable td{
    font-size: 16px;
}

.pricetable td:first-child,
.pricetable th:first-child
{
    width: 60%;
}
}


@media (max-width: 768px){
.pricetable{width: 100%;}

.pricetable th{
    font-size: 14px;
    padding:10px;
}

.pricetable td{
    font-size: 14px;
    padding:10px;
}

.pricetable td:first-child,
.pricetable th:first-child
{
    width: auto;
}
.pricetable td:nth-child(2),
.pricetable th:nth-child(2)
{
    display: none;
}
}

@media (max-width: 400px){
.pricetable{width: 100%;}

.pricetable th{
    font-size: 13px;
    padding:10px;
}

.pricetable td{
    font-size: 13px;
    padding:10px;
}

}
