.summary-text {
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    line-height: 1.8 !important;

    font-weight: 300 !important;

}

.summary-text:hover {
    cursor: pointer;
}

.me-h4 {
    font-size: 1.28em;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2857em;
    text-transform: none;
    margin-bottom: 10px;
}

.me-a {
    text-decoration: none;
}

.mini.fa {
    line-height: 1;
    font-size: .2em;

}
.messageText{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: medium;
    color: #666666;
}
.author{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: medium;
    color: #2cd852;
    font-weight: 800;
    text-decoration:none;
}
#noteEdit textarea {
    border: rgb(8, 215, 53) solid 1px;
    width: 100%;
    height: 100px;
    resize: none;
}

.divier {
    border-top: 1px solid rgba(18, 250, 53);
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top-color: rgba(34, 36, 38, .15) !important;
    border-left-color: rgba(34, 36, 38, .15) !important;
    color: rgb(0, 0, 0);
}

.footer-div {
    border-right: 1px solid #666666 !important;
}

.footer-div .me-h4 {
    font-weight: 200;

}

.footer-div .me-a {
    color: #666666;
    align-content: center;
    text-align: center;


}

.footer-div .me-a:hover {
    color: rgb(207, 207, 207);
}

/*复选框开关样式*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: rgb(211, 211, 211);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #01f33d;
}

input:focus + .slider {
    box-shadow: 0 0 1px #09f851;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
/****************/



.comment .avatar {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin: .2em 0 0;
}
.breadcrumb-item{
    text-decoration: none;
}
