.row.gtr-uniform > * { padding-top: 0.8em; }
#datetimepicker { display: none; }
#invite2nd,#invite3rd { display: none; }

#wrapper .inviteHtml input[type=checkbox] {
    position: absolute;
    left: -9999px;
}
  
#wrapper .inviteHtml label {
    display: block;
    width:100%;
    text-align:center;
    font-weight: bold;
    color: #fff;
    background: #ccc;
    -webkit-border-radius:4px;
    -mozborder-radius:4px;
    border-radius:4px;
    padding: 5px;
    cursor:pointer;
    border:none;
}

#wrapper .inviteHtml input[type="checkbox"] + label:before,
#wrapper .inviteHtml input[type="radio"] + label:before {
    background: none;
    border:none;
    content: none;
}
#wrapper .inviteHtml input[type="checkbox"]:checked + label:before,
#wrapper .inviteHtml input[type="radio"]:checked + label:before {
    background: none;
    border:none;
    content: none;
}
#wrapper .inviteHtml input[type="checkbox"]:checked + label,
#wrapper .inviteHtml input[type="radio"]:checked + label {
    background: orange;
    content: none;
}
#wrapper .inviteHtml input[type="checkbox"]:focus + label:before,
#wrapper .inviteHtml input[type="radio"]:focus + label:before {
    background: none!important;
    border:none!important;
    content: none;
}
#wrapper .inviteHtml input.textHeight { line-height: 2.3em!important; }

button { border: none; box-shadow: none; }
            .stageSpName { font-size: 90%!important; line-height: 1.9em!important; }

.icn_twitter {
    font-family: FontAwesome!important;
}


@media screen and (max-width: 480px) {
    #stageNameBox { font-size: 0.8em; }
}