/*
Theme Name:     Dentistry Child
Description:    Child-theme for dentistry
Template:       dentistry

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../dentistry/style.css");

.tp-header .header-btn {display: grid;}
.table-responsive th {background-color: #48bcd7; text-align: center; color:#fff;}
.price-table {text-align: center;font-size: 20px;font-weight: 700;background: #313774;color: #fff;}
.desktop-none.btn {background-color: #48bcd7;color:#fff;border-radius: 0; padding:15px 20px;font-size: 24px;font-weight: 700;}
.desktop-none.btn:hover {background: #313774;color:#fff!important;}
.price-mobile {text-align: center;}

@media screen and (min-width:600px)  { 
.price-mobile {display: none!important;}
}
