table {
	overflow: hidden;
	width: 100%;
}
td, th {
	padding: 5px;
	position: relative;
	outline: 0;
	text-align: center;
    transition: transform .2s;
}
tr {transition: transform .2s;}
th {
	border-bottom: solid 1px #e1e1e1;
    font-size: 0.8vw;
}
	

tr:nth-child(even) {
	border-top: 1px #ececec solid;
    border-bottom: 1px #ececec solid;
}
body:not(.nohover) tbody tr:hover {
	background-color: #ebebeb;
}
tr:hover, tr:hover::after {
	background-color: #ebebeb;
}
td:hover::after, thead th:not(:empty):hover::after, td:focus::after, thead th:not(:empty):focus::after {
	content: '';
	height: 10000px;
	left: 0;
	position: absolute;
	top: -5000px;
	width: 100%;
	z-index: -1;
}
td:hover::after, th:hover::after {
	background-color: #e1e1e1;
}
td:hover {
	background-color: #428bca !important;
	color: #fff; 
}

td:hover::after {
   -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}

td:focus::after, th:focus::after {
	background-color: #747474;
}
/* Focus stuff for mobile */
td:focus::before, tbody th:focus::before {
	background-color: #747474;
	content: '';
	height: 100%;
	top: 0;
	left: -5000px;
	position: absolute;
	width: 10000px;
	z-index: -1;
}
.empty40 {
	margin-top: 40px!important;
}
.p-0 {
	padding: 0px !important;
}
.p-2 {
	padding: 1.5rem !important;
}
.pl-15 {
	padding-left: 15px;
}
.center-alg {
	text-align: center!important;
}
#size-body-mbl{max-width:200px!important; margin: 15px auto;}

@media (max-width: 767px) {
#size-body-mbl{width: 58%!important; margin: 15px auto;}
#breast-img { max-width:250px; margin:.9vw auto; padding-top: .2vw; padding-bottom: 1.5vw;}
.mobile-th {width: 84px!important;}
}

@media (max-width: 479px){
.tab-pane {
    width: 100%!important;
    margin: auto;
    padding: 20px 10px;
}
th {
    border-bottom: solid 1px #e1e1e1;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -webkit-pre-wrap;
    font-size: 3vw;
}
}