
/* NEW NEW NEW */
.calendar_table img {
    width: 95%;
}
.calendar_table td {
    padding: 10px 0;
}

/*TOURNAMENTS*/
.main_img {
    width: 110%;
    margin: 0px -5% 30px;
    display: block;
    padding: 0;
}
.left {
    float: left;
    width: 23%;
    margin-right: 5%;
}
.right {
    float: left;
    width: 55%;
}

.cal_top h1 {
    font-size: 44px;
    font-weight: bold;
    line-height: 42px;
    margin: 34px 0 18px 0;
}
h2 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 10px;
}
.right .left {
    width: 30%;
    margin-right: 5%;
}
.right .right {
    width: 50%;
}
.cal_top .btn {
    float: left;
    border: 1px solid gray;
    background-color: white;
    color: gray!important;
    margin-right: 1%;
    margin-left: 1%;
    min-width: 30%;
    font-size: 17px;
    font-weight: bold;
    margin-top: 13px;
    padding: 5px 0;
    text-align: center;
}
.cal_top .btn.blue {
    background-color: #197fc0;
    color: white!important;
    border-color: #197fc0;
    width: 100% !important;
}
.desc {
    font-size: 20px;
    line-height: 26px;
    margin: 25px 0;
}
.sgl, .dbl, .surface, .prize, .defending {
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: 20px;
    background-position: 0px 2px;
    line-height: 27px;
}
.sgl {
    background-image: url('/img/calendar/sgl.gif');
}
.dbl {
    background-image: url('/img/calendar/dbl.gif');
}
.surface {
    background-image: url('/img/calendar/surface.gif');
}
.prize {
    background-image: url('/img/calendar/prize.gif');
}
.defending {
    background-image: url('/img/calendar/defending.gif');
}

.cycle-slideshow div {
   display: none;
}

.cycle-slideshow div.cycle-sentinel{
   display: block;
}
#prev {
    float: left;
    display: block;
    position: absolute;
    height: 148px;
    z-index: 9999;
    left: 0;
    width: 60px;
    background-repeat: no-repeat;
    background-image: url('/img/icon-chevron-left-w.png');
    background-size: 25px;
    background-position: 5px 48px;
}
#next {
    float: right;
    display: block;
    position: absolute;
    height: 148px;
    z-index: 9999;
    right: 0;
    width: 60px;
    background-repeat: no-repeat;
    background-image: url('/img/icon-chevron-right-w.png');
    background-size: 25px;
    background-position: 30px 48px;
}
[data-url$="27/"] {
    
}

#prev {
    height: 300px;
    background-position: 5px 58%;
}
[data-url$="27/"] {
    
}

#next {
    height: 300px;
    background-position: 30px 58%;
}
h1.center {
    margin: 17px auto;
}
.success {
    border: 1px solid green;
    border-radius: 5px;
    margin: 40px auto;
    font-size: 22px;
    padding: 15px;
    background: rgba(0,255,0,0.1);
}
input {
    margin: 11px 0;
}
input#phone {
    margin-bottom: 10px!important;
    width: 101% !important;
}
.scores {
    padding: 20px 5px;
    width: 82px !important;
    text-align: center;
    background-color: white;
    border: 1px solid gray;
    color: gray!important;
    clear: both;
    display: block;
    margin-top: 10px;
    padding: 3px 20px;
}
.calendar_table .scores {
    width: auto!important;
}
.scores:hover {
    color: white!important;
}
.btn.green.ui-link {
    background-color: green;
    color: white!important;
    border-color: #197fc0;
    text-shadow: none;
}
.wait, #wait {
    display: none !important;
    visibility: hidden !important;
}