
.top-bar-menu a{
    color: #ced2da !important;
}

.entry{
    line-height: 24px !important;
    margin-top:10px!important;
}
body{
    word-wrap: break-word;
    word-break: break-word;
}
.read-more-content{
    font-size: 16px !important;
}

.entry img{
    border-radius: 15px;
    margin-bottom:15px;
    width: 100% !important;
}
h3,h4{
    font-size:25px!important;
    font-weight:700!important;
}
.ruby-container{
    max-width:1060px!important;
}


.single .entry{
    margin-left: 0px!important;
}
.single-header{
    margin-left: 0px!important;
}
.read-more-toggle{
    text-decoration-skip-ink: auto; /* 可以调整这个属性的值来改变距离 */
}

table, td, th {
    border: none;
    text-align: center;
}

table {
    border-collapse: separate;
    border-spacing: 0 4px;
}

th:first-child {
    border-radius: 12px 0 0 0;
}

th:last-child {
    border-radius: 0 12px 0 0;
}

th {
    font-size: 1.125em;
    font-weight: bold;
}

th, td {
    border: 1px solid #ffffff;
}

td {
    color: #020202;
}

thead tr {
    background-color: #A6C1F1;
}

thead tr th:first-child {
    background-color: #A6C1F1;
}

thead tr th:nth-of-type(2) {
    background-color: #FDCC7E;
}

thead tr th:nth-of-type(3) {
    background-color: #A1E2A0 ;
}

thead tr th:nth-of-type(4) {
    background-color: #FD9A88;
}

thead tr th:nth-of-type(5) {
    background-color: #B2BCEF;
}

td {
    background-color: #EBF2FB;
}

td:first-child {
    background-color: #EBF2FB;
}

td:nth-of-type(2) {
    background-color: #F2EEE4;
}

td:nth-of-type(3) {
    background-color: #ECF1EC;
}

td:nth-of-type(4) {
    background-color: #F2EDEB;
}

td:nth-of-type(5) {
    background-color: #E9EAEF;
}
