.contentHolder input[type=text].phone{
    width: 6em !important;
}
.contentHolder input[type=text]{
    width: 20em !important;
}
#WindSymposium fieldset{margin-bottom: 10px;}
#WindSymposium label{display:inline;}
#home-content .invisible{
    display: none;
}

/** payment **/
#home-content .details .row-responsive{
    margin: 5px 0;
}
#home-content .details .row-responsive:nth-of-type(odd):not(.submitPayment){
    background: #EEE;
}
#home-content .details .row-responsive .grid6{
    margin: 0;
    padding: 5px;
}
#home-content .details .row-responsive .grid6 p{
    margin: 0;
}

@media only screen and (max-width:768px){
    
}