.content table { border-top: none;  border-left: none;}
.content tr, .content td { border-bottom: none; border-right: none; }

.content table {
    border: 0px solid  !important;
    padding: 10px;
    margin: 10px;
}

.shops_list li, .shops_list li *{
    height: 25px;
    line-height: 25px;
}

.howtopay td {
    border: 0px solid  !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.howtopay tr {
    border: 0px solid  !important;
}

.howtopay a a:hover h2{
    text-decoration: none !important;
}


.paycard_providers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.provider_item {

    margin: 25px;
    /* border: black 1px solid; */
    padding: 5px;
    width: 150px;
    height: 150px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.2);

}

.provider_item img {
    width: 100px;
    height: auto;
}

.paycard_providers a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

 .provider_item:hover {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(34, 60, 80, 0.2);
}

.inline-img{
    margin-left: 10px;
    vertical-align: middle;
}