@charset "utf-8";
/* CSS Document */
.readmore-toggle {
    cursor: pointer;
    color: #0073e6;
    text-decoration: underline;
    font-weight: bold;
}

.readmore-wrapper.blue-button .readmore-toggle {
    background: #0073e6;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
}


