.simpletable .t-Report-tableWrap .t-Report-cell{border:none;padding:0px}
.simpletable .t-Report{display:flex}
.simpletable .t-Report-wrap{margin:auto;background:#ffffff;border-radius:5px;width:800px}
.simpletablecolA{width:70%;min-width:320px;font-size:2.8rem;font-weight:100;line-height:2.0rem;color:#8ba8e9}
.simpletablecolB{width:30%;font-size:1.5rem;line-height: 2rem;}
.simpletablerowwrapper{padding:7px 15px;width:100%}
.simpletablerow{
	padding:15px;border-radius:5px;transition-property: background;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: initial;}
.simpletablerow:hover{background:#f0f4ff}
.simpletable .t-Report-report tr:first-child .t-Report-cell{padding-top:7px}
.simpletable .t-Report-report tr:last-child .t-Report-cell{padding-bottom:7px}
.simpletable .t-Report-report{width:100%}
.simpletablevalue{font-size: 2.0rem;}
.simpletablerowwrapper{border-bottom-style:solid;border-width:1px;border-color: #f4f4f4;}
.simpletablecolB{color:#000000}

@media only screen and (max-width:740px){
	.simpletablecolA{width:50%;min-width:unset;}
	.simpletablecolB{width:50%;}
}

@media only screen and (max-width:600px){
	.simpletablecolA, .simpletablevalue{font-size:1.9rem;font-weight:unset;}	
	.simpletablerowwrapper{padding:0px}			
}
  
@media only screen and (max-width:400px){
	.simpletablecolA{width:100%;}
	.simpletablecolB{width:100%}
	.simpletablevalue{margin-top:10px;}
}

.apex-rds{text-align:center;margin-top:20px}
.simpletabletitle{display:inline-block}
.pricehightlight{background: #ffd9d9;color: #ef6161;padding: 2px;border-radius: 5px;font-size: 1.4rem;}

.itemexplanation{
	    font-size: 1.3rem !important;
    color: #878ca5 !important;
    line-height: 1.8rem;
    margin-top: 20px;
    display: block;
}