.spoiler-wrapper {
    width: 100%;
    background-color: #99CC33;
    text-decoration: none;
    color: #151515;
    font-weight: 700;
    text-align: center;
    position: relative;
    left: 0px;
    margin: 25px 0 30px 0;
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
a.spoiler-button {
    border-bottom: 0;
    color: black !important;
    margin: 10px 0 10px 0;
}
.spoiler-contents {
    background-color: #F5EFD0;
    border: 0px solid white !Important;
    border-radius: 0 !important;
    padding: 10px !important;
}
.spoiler-contents label {
    font-weight: 200;
}