.itemA06{
    padding: 25px;
    border-bottom: 1px solid #f2f2f2;
    }
.contentBox .doctorTime .factitle h3,.contentBox .doctorTime .textEditor h3{
    font-size: 28px;
    line-height: 1.5;
    margin: initial;
    font-weight: bold;
    position: relative;
}
.contentBox .doctorTime .factitle p{
    font-size: 18px;
    line-height: 1.5;
    margin: initial;
    padding-top: 10px;
}
.contentBox .doctorTime .textEditor{
    padding: 40px 0 0;
}
.itemA06 .doctorTime .textEditor table {
    border-collapse: collapse;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 30px 0;
    border: 1px solid #ccc;
    overflow-x: auto;
}

.itemA06 .doctorTime .textEditor tr:hover td,.itemA06 .doctorTime .textEditor tr:nth-child(2n) td {
    background: #f3f3f3
}

.itemA06 .doctorTime .textEditor tr:last-child td {
    border-bottom: none
}

.itemA06 .doctorTime .textEditor th {
    padding: 10px 5px;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background: #3a4856;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 400;
}

.itemA06 .doctorTime .textEditor th:last-child {
    border-right: none
}

.itemA06 .doctorTime .textEditor td {
    padding: 10px 5px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    color: #3a4856;
    font-size: 15px;
}
.itemA06 .doctorTime .textEditor tr td p{
    text-align: center;
}

.itemA06 .doctorTime .textEditor td strong {
    font-size: 16px;
    color: #3a4856;
    letter-spacing: 2px;
    font-weight: 400;
}

.itemA06 .doctorTime .textEditor td strong b {
    padding-left: 5px;
    font-size: 13px;
    color: #747475;
    font-weight: normal
}

.itemA06 .doctorTime .textEditor td:last-child {
    border-right: none
}

.itemA06 .doctorTime .textEditor .timenote {
    border-top: 1px solid #d2d2d2;
    padding: 20px 0 0 0;
    font-size: 16px;
    color: #3a3a3a
}

.itemA06 .doctorTime .textEditor .timenote em {
    display: inline-block;
    padding-right: 20px;
    font-style: inherit;
}

.itemA06 .doctorTime .textEditor .timenote em b {
    color: #f0b7a4;
    font-size: 15px;
    padding-right: 5px;
    font-weight: bold;
    font-style: initial;
    vertical-align: initial;
}



@media screen and (max-width: 1280px){
    .itemA06 {
    padding: 5px;
    border-bottom: 1px solid #f2f2f2;
}
}