.full {
    padding: 2px 0;
    width: 100%;
    box-sizing: border-box;
}

.half {
    padding: 2px;
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.quarter {
    width: 25%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.third {
    width: 33.33%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.twothirds {
    width: 66.66%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.threequarters {
    width: 75%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

.clear_margin10 {
    width: 100%;
    clear: both;
    height: 10px;
}

#conditions_wrapper {
    padding: 5px;
    display: block;
    margin-bottom: 3px;
}

.center {
    text-align: center;
}

.fields {
	padding				:	5px!important;
    float    :   left!important;
    position: relative;
}

.fields input, .fields select, .fields textarea, .no-margin input, .account-page-form input {
    height: 55px;
    padding: 5px;
    width: 100%;
    max-width: 100%!important;
    background: #FFF;
    border-radius: 5px!important;
    border: 1px solid #C1C1C1!important;
    border-bottom: 3px solid #999!important;
}

.fields input:read-only {
    background-color: #E1E1E1!important;
    cursor: default;
}

.extra-space {
    text-align: center;
    font-weight: bold;
}

.fields label {
    font-size: 15px;
    margin: 15px 0 10px 0;
    display: block;
}

.fields input[type='checkbox'] {
    height: 15px;
    margin-right: 10px;
    width: auto;
}

.fields #showpw, .fields #showpw2 {
    position    :   absolute;
    cursor   :   pointer;
    bottom      :   18px;
    right    :   23px;
    color    :   #666;
    z-index  :   999;
}

.fields #showpw span, .fields #showpw2 span {
    font-size   :   22px;
}

.btn-green {
    background: #5F812A;
    display: inline-block;
    padding: 5px 25px 0 25px;
    font-size: 17px;
    color: #FFF!important;
    text-align: center;
    line-height: 45px;
    border-bottom: 4px solid #456019;
    border-radius: 5px;
    cursor: pointer;
}

.players {
    padding: 25px 20px;
    background: #F9F9F9;
    height: auto;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #E1E1E1;
}

.players.odd {
    background: #FFFFFF;
}

.players h4 {
    margin: 0 0 10px 0;
}

.btn-100 {
    width: 100%;
}

.res-message-load {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.7)!important;
    display: none;
}

.res-message-load img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    margin: -50px 0 0 -50px;
}

.res-message-load h3 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 9999;
    margin: -60px 0 0 0;
    font-size: 22px;
    line-height: 40px;
    color: #000;
}

.req {
    border: 1px dashed #FF0000!important;
    background: #ffeded!important;
    color: #000;
}

.alert {
    display: none;
    padding: 10px;
    text-align: center;
    margin: 5px 0 0 0;
}

.alert-danger {
    border: 1px dashed #FF0000!important;
    background: #ffeded;
    color: #FF0000;
}

.fees {
    padding-left: 25px!important;
}

.fees span {
    font-size: 32px;
    line-height: 52px;
}

.summary {
    padding: 10px;
    display: block;
    overflow: hidden;
    height: auto;
    border-bottom: 1px solid #F1F1F1;
}

.summary:nth-child(odd) {
    background: #FCFCFC;
}

.btn-reg, .btn-reg:hover {
    line-height: 40px;
    border: 1px solid #CCC;
    background: #FFF;
    color: #CCC;
    cursor: default;
    border-radius: 2px;
    text-align: center;
    width: 100%;
    display: block;
}

.btn-reg.btn-gold {
    cursor: pointer;
    background: #B6932F;
    border: 1px solid #B6932F;
    color: #FFF;
}

.btn-reg.btn-gold:hover {
    cursor: pointer;
    background: #B6932F;
    border: 1px solid #B6932F;
    color: #FFF;
}

.ulwrap {
    position: relative;
}

.ulwrap #ulstart, .ulwrap #codestart {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999;
    height: 43px;
    line-height: 33px;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
 
    .half, .quarter, .third, .twothirds, .threequarters {
        width: 100%;
    }
    
}