.ccr_widget {
    padding-bottom: 40px;
}

.ccr_widget > fieldset {
    margin: 1em 0 2em;
}

.ccr_widget > fieldset > legend {
    padding: 0 0.5em 0.5em;
}

.ccr_widget > p {
    margin-top: 3em;
    text-align: center;
}

.ccr_wm_hidden {
    display: none;
}

.ccr_widget .ccr_ts {
    width: 100%;
}

.ccr_wm_opts {
    display: block;
    margin: 0.5em 0 1em;
}

.ccr_wm_opts label {
    padding-left: 6px;
}

.ccr_wm_opts button {
    float: right;
}

.ccr_is_button {
    width: 37%;
}

.ccr_is_input {
    width: 60%;
}

.ccr_wm_content {
  position: relative;
  min-height: 200px;
}

.ccr_wm_content > a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}