/*
Theme Name:  MedicPress Child Theme
Theme URI:   https://www.proteusthemes.com/
Description: Child theme for the MedicPress theme
Author:      ProteusThemes
Template:    medicpress-pt
Version:     1.0.0
*/


/* add custom CSS code bellow */

.price-table {
padding: 20px 0 0;
word-break: break-all}

.price > thead > tr > th {
    border: 0;
    border-right: 1px solid #fff;
	text-align: center;
}
tbody tr:hover {
    background: #f3bd48;
    color: #079bbb;
   }

.price-table thead tr{
	background-color: #079bbb;
	color: white;
}
.price > tbody > tr > td {border: 1px solid #ddd;
	border-top-color: gray;
border-bottom-color: 1px solid #ddd;}
}
consul {padding:15px; border-top:1px solid #ddd; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.price-table {
	word-break:normal;
	overflow: auto;
	position: relative;
}
@media screen and (max-width: 767px) {
.price-table table {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: 600px;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
	.mob {text-align: center;}
	img {width: 100%; height: auto;}
}

