button[type="submit"] {
    background: none;
    border: none;
    margin-bottom: 5px;
    float: right;
    cursor: pointer;

}
.filter-section label {
    width: auto;
}
#report-header, #report-footer {
    width: 100%;
    position: relative;
    display: block;
    clear: both;
}
#report-filters, #report-results {
    position: relative;
    float: left;
}
#report-filters {
    width: 48%;
    box-sizing: border-box;
    padding-right: 1%;
}
#report-filters p {
    margin-bottom: 10px;
}
#report-results {
    width: 50%;
    background-color: #fff;
    box-sizing: border-box;
    min-height: 525px;
    height: 525px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#report-header .title {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
.results_container {
    background-color: #d6007f;
    margin: 10px;
    background-color: #fff;
    color: #000;
    overflow: auto;
    position: relative;
    min-height: 505px;
    height: 510px;
}
.page_article label.filter-small-label {
    color: #000;
}
#lastweekwinners-results-output {
    width: 100%;
}
#lastweekwinners-results-output, #areyouawinner-results-output {
    background-color:#fff;
    color: #000;
    border-spacing: 0;
}
#lastweekwinners-results-output tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0.5rem;
    -moz-border-bottom-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
#lastweekwinners-results-output tr:last-child td:nth-child(3) {
    -webkit-border-bottom-right-radius: 0.5rem;
    -moz-border-bottom-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
table#lastweekwinners-results-output tr td:last-child {
  display: none;
}
#areyouawinner-results-output {
    width: 100%;
}
#areyouawinner-results-output tr td {
    text-align: center;
}
#lastweekwinners-results-output tr td {
    text-align: center !important;
    border: 1px solid #d6007f;
}
#lastweekwinners-results-output tr:nth-child(even) {
    background-color: #E4EEF8;
}
#lastweekwinners-results-output tr:nth-child(odd) {
    background-color: #fff;
}
#lastweekwinners-results-output tr:first-child td {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
}
#lastweekwinners-results-output tr:first-child td:first-child {
    border-left: 1px solid #d6007f;
}
#lastweekwinners-results-output tr:first-child td:nth-child(3) {
    border-right: 1px solid #d6007f;
}
#report-results .report-results-title {
    background-color: #d6007f;
    -webkit-border-radius: 0.5rem 0.5rem 0 0;
    -moz-border-radius: 0.5rem 0.5rem 0 0;
    border-radius: 0.5rem 0.5rem 0 0;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
#areyouawinner_content {
    background-color: #fff;
    color: #1d1660;
    padding:5px;
    box-sizing: border-box;
}
#areyouawinner_content h1,
#areyouawinner_content h2,
#areyouawinner_content h3,
#areyouawinner_content h4 {
    color: #1d1660;
    margin: 10px 0;
}
#areyouawinner_content h1 {
    font-size: 36px;
    line-height: 36px;
    margin: 20px 0;
}
#areyouawinner_content h2 {
    font-size: 30px;
    line-height: 30px;
}
#areyouawinner_content h4 {
    font-size: 15px;
    line-height: 15px;
}
.areyouawinner_results {
    margin-bottom: 150px;
}
 .areyouawinner_results span {
     position: absolute;
 }
 .areyouawinner_footer {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 5px;
  box-sizing: border-box;
  padding: 9px;
  width:98.5%;
}
article.page_article a.commandLinkSecondary, article.page_article a.commandLinkSecondary:visited, article.page_article a.commandLinkSecondary:active, article.page_article a.button, article.page_article a.button:visited, article.page_article a.button:active {
    font-size: 1.5rem;
}
.small-paragraph {
    margin: 0;
}
.filter-large-label {
    line-height: 23px;
    font-size: 23px;
    display:block;
    height: auto !important;
    margin-bottom: 15px;
}
.page_article label.filter-large-label {
    padding-top:0px;
}
.filter-inline-label {
    display: inline-block;
}
.filter-small-label {
    line-height: 16px;
    font-size: 16px;
    display:block;
    height: auto !important;
    margin-bottom: 5px;
}
#report-filters input[type="text"], #report-filters input[type="number"] {
    cursor: pointer;
    width: auto;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 44px;
    overflow: hidden;
    padding: 10px;
    line-height: 22px;
    font-size: 18px;
    color: #666;
    display: inline-block;
    box-sizing: border-box;
}
.filter-grid {
    display: inline-block;
    padding: 0 1%;
    width: 75%;
}
.filter-grid:nth-child(5) {
	width: 20%;
	vertical-align: bottom;
}
#report-filters .filter-grid input {
    width: 100%;
}
#report-filters .filter-section {
  margin-bottom: 60px;
}
.areyouawinner-cta {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 70px;
}
.areyouawinner-cta > p > strong {
    font-size: 18px;
}
.cta-container {
    width:100%;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    overflow: auto;
}
.box-one-tenth {
    width: 10%;
    float:left;
}
.box-two-tenth {
    width: 20%;
    float:left;
}
.box-three-tenth {
    width: 30%;
    float:left;
}
.box-four-tenth {
 
    float:left;
}
.box-half {
    width: 50%;
    float:left;
}
.box-six-tenth {
    width: 60%;
    float:left;
}
.box-seven-tenth {
    width: 70%;
    float:left;
}
.box-eight-tenth {
    width: 80%;
    float:left;
}
.box-nine-tenth {
    width: 90%;
    float:left;
}
.box-full {
    width: 100%;
    float: left;
}
h1.calendar-content-title {
  position: absolute;
  top: 0px;
  z-index: 1;
  font-size: 20px;
  color: #d6007f;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
article.page_article a.commandLink {
    color: #000;
}
.areyouawinner-cta .commandLinkSecondary {
    position: absolute;
    bottom: 20px;
}

.results_container::-webkit-scrollbar {
      width: 15px;
} /* this targets the default scrollbar (compulsory) */
.results_container::-webkit-scrollbar-track {
      background-color: #eee;
} /* the new scrollbar will have a flat appearance with the set background color */
 
.results_container::-webkit-scrollbar-thumb {
    background-color: #1d1660;
} /* this will style the thumb, ignoring the track */
 
.results_container::-webkit-scrollbar-button {
      background-color: #fff;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
.results_container::-webkit-scrollbar-corner {
      background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
.results_container {
    scrollbar-face-color: #b46868; /* IE scrollbar styling*/
}


.lose_img {

  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

.form_error.small {
  color: rgb(171, 32, 94);
  display: block;
  padding: 5px;
  position: absolute;
 
  z-index: 4;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev > span, .ui-datepicker .ui-datepicker-next > span {
    display: inline-block;
    padding: 0;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover > span, .ui-datepicker .ui-datepicker-next.ui-state-hover > span {
    background-color: #e4eef8;
    background-image: none;
    border: 1px solid #333;
    border-radius: 5px;
    color: #333;
}
table tr:nth-child(odd) {
    background: #fff;
 
}
table tr:first-child {
    font-weight: bold;
    background-color: #fff;
    color: #d6007f;
    text-align: center;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6 url(/assets/ui/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #d6007f;
}
@media screen and (min-width: 960px) {
    .ui-datepicker {
        font-size: 12px !important;
        line-height: 17px !important;
        margin: 2px 2% !important;
        padding: 40px 0px !important;
    }
    .ui-datepicker td span, .ui-datepicker td a, .ui-datepicker th, .ui-datepicker .ui-datepicker-header, .ui-datepicker td {
        padding: 0px !important;
    }
    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: none !important;
    }
}

.ui-datepicker{
    max-width: 96% !important;
    left: 0px !important;
    top: 0px !important;
    background:transparent !important;
    border: none !important;
    max-height: 450px !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}
.datepicker-select-year-next, .datepicker-select-year-last {
    color: #d6007f !important;
    position: absolute;
    text-decoration: none;
    cursor:pointer;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.datepicker-select-year-next {
    bottom: 2%;
    right: 2%;
}
.datepicker-select-year-last {
    bottom: 2%;
    left: 2%;
}
.datepicker-select-year-next:hover, .datepicker-select-year-last:hover {
    text-decoration: underline;
}
.ui-widget-header {
    background: #d6007f none repeat scroll 0 0;
    border: 0px;
    color: #fff;
    font-weight: bold;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
@media screen and (max-width: 1210px) {
    .areyouawinner-cta .commandLinkSecondary {
        font-size: 18px !important;
    }
    .form_error.small {width: 95%;}

}

@media screen and (max-width: 960px) {
    h1.calendar-content-title {
        position: relative;
    }
    .lose_img {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("/image/skins/mencap/lose_img.png");
  background-origin: padding-box;
  background-position: right top;
  background-repeat: repeat;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.areyouawinner_results {
    /*height: 240px;*/
}
    
    #report-header, #report-filters, #report-results, #report-footer {
        width: 100%;
    }
    #report-footer {
        padding-top: 10px;
    }
    .page_article {
        box-sizing: border-box;
        padding: 10px 5px;
        width: 100%;
    }
    #report-filters form {
        max-width: 100%;
        width: 100%;
    }
    #report-filters .filter-section {
        width: 33%;
        box-sizing: border-box;
        float: left;
        margin-bottom: 5px;
    }
    #report-filters .filter-section > p, #report-filters .filter-section > button, #report-filters .filter-selected > div, #report-filters .filter-selected > input, .filter-small-label {
        display: none;
    }
    #report-filters .filter-section:last-child.filter-selected > div, #report-filters .filter-selected > input {
        display: block !important;
        width: 100%;
        text-align: center;
    }
    #report-filters button {
        margin-top: -45px;
        margin-left: 180%;
    }
    .filter-grid:nth-child(3) {
        margin-left: -200%;
        width: 120%;
        float: left;
    }
    .filter-grid:nth-child(4) {
        position: absolute;
        z-index:1;
        left: 40%;
        width: 50% !important;
    }
    .filter-grid:nth-child(5) button {
        margin-top: 0 !important;
        position: absolute;
        z-index:1;
        right: 0;
        width: 20%;
    }
    .filter-grid button {
        display: block;
    }
    #report-filters .filter-grid input[type="text"] {
        margin-left: -35%;
        width: 90%;
    }
    .filter-section > label {
        background-color: #fff;
        border: 1px solid #d6007f;
        box-sizing: border-box;
        font-size: 12px;
        margin-bottom: 5px;
        min-height: auto;
        padding: 3px;
        text-align: center;
        width: 100%;
    }
    .page_article .filter-selected > label {
        background-color: #d6007f;
        border: 1px solid #d6007f;
        color: #fff;
        margin-bottom: 5px;
    }
    #results_container_form > .filter-section:first-child > label {
        -webkit-border-radius: 0.5rem 0 0 0.5rem;
        -moz-border-radius: 0.5rem 0 0 0.5rem;
        border-radius: 0.5rem 0 0 0.5rem;
    }
    #results_container_form > .filter-section:last-child > label {
        -webkit-border-radius: 0 0.5rem 0.5rem 0;
        -moz-border-radius: 0 0.5rem 0.5rem 0;
        border-radius: 0 0.5rem 0.5rem 0;
    }
    .datepicker-select-year-next, .datepicker-select-year-last {
        display: inline-block;
        padding: 20px 0;
        position: relative;
        box-sizing: border-box;
        width: 50%;
    }
    .datepicker-select-year-last {
        text-align: left;
    }
    .datepicker-select-year-next {
        text-align: right;
        margin-left: 50%;
    }
    .datepicker-select-year-last + .datepicker-select-year-next {
        margin-left: 0;
        width: 48%;
    }
    .ui-datepicker{
        max-width: 90% !important;
        padding: 10px 5%;
        width: 90%;
    }
    #report-results, .results_container {
        height: auto;
        overflow: hidden;
    }
    .areyouawinner_footer {
        height: auto;
        position: relative;
        bottom: 0px;
    }
    .areyouawinner_results {
        margin-bottom: 20px;
    }
    .areyouawinner-cta .commandLinkSecondary {
        position: relative;
        bottom: 0px;
        display: block;
        line-height: 20px !important
    }
    .areyouawinner-cta {
        float: none;
        width: 100%;
        margin: 0;
    }
    .filter-section input[type="text"]#datepicker {
        height: 0px;
        max-height: 0px;
        border: none;
    }
    .ui-widget-header .ui-icon { 
        background-image: none;
    }
    .ui-icon {
        text-indent: 0px;
        width: 100%;
        height: 100%;
    }
    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        background-color: #fff;
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        color: #d6007f;
        cursor: pointer;
        margin: 1px;
        text-decoration: none;
        width: 50px;
    }
    .ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
        display: none;
    }
    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        text-align: center;
        box-sizing: border-box;
        line-height: 25px;
    }
    .ui-datepicker .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-next.ui-state-hover {
        background-image: none;
        background-color: #C76C95;
        border: 0;
    }
    
    .ui-datepicker .ui-datepicker-prev.ui-state-hover > span, .ui-datepicker .ui-datepicker-next.ui-state-hover > span{
        background-image: none;
        background-color: #e4eef8;
        border: 1px solid #333;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #333;
    }
    #report-filters .filter-section:last-child.filter-selected > .filter-grid:nth-child(6) { 
        margin-left: -215%; 
    }
    #report-filters .filter-section:last-child.filter-selected > .filter-grid:nth-child(6) .g-recaptcha {
        padding: 20px 0px 0px;
    }
    
    #report-filters .filter-section:last-child.filter-selected > .filter-grid:nth-child(6) #challenge-error {
        position: absolute;
        z-index: 10;
        width: 115%;
        padding: 0;
        left: -7%;
        margin: 0;    
    }
    
}
@media screen and (max-width: 700px) {
    #report-header .title {
        font-size: 20px;
        line-height: 20px;
    }
}
@media screen and (max-width: 580px) {
    .filter-section > label {
        min-height: 50px;
        margin-bottom: 0px;
    }
    .areyouawinner-cta .commandLinkSecondary {
        display: block;
    }
}
@media screen and (max-width: 430px) {
    #report-filters button {
        height: 45px;
        margin-left: 180%;
        margin-right: 0;
        padding: 0;
    }
}
@media screen and (max-width: 330px) {
    .filter-section > label {
        min-height: 75px;
        margin-bottom: 0px;
    }
}