li a {
    color: green;
}

/* body { */
/*     background: white url("images/393143.jpg") no-repeat; */
/* } */
body {
    Background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
    background-image: url("images/393143.jpg");
    min-height: 75%;
}
/* #ck-button { */
/*     margin:4px; */
/*     background-color:#EFEFEF; */
/*     border-radius:4px; */
/*     border:1px solid #D0D0D0; */
/*     overflow:auto; */
/*     float:left; */
/* } */

/* #ck-button:hover { */
/*     background:red; */
/* } */

/* #ck-button label { */
/*     float:left; */
/*     width:4.0em; */
/* } */

/* #ck-button label span { */
/*     text-align:center; */
/*     padding:3px 0px; */
/*     display:block; */
/* } */

/* #ck-button label input { */
/*     position:absolute; */
/*     top:-20px; */
/* } */

/* #ck-button input:checked + span { */
/*     background-color:#911; */
/*     color:#fff; */
/* } */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Set a style for all buttons */
button {
    color:#000!important;
    background-color:#f1f1f1!important;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
    background-color:#616161!important;
    opacity: 0.8;
}
