#quad {
  width:100%;
  overflow:hidden;
  list-style: disc;
}
#quad li {
  width: 15.2%; 
  display:list-item;
  float:left;
  margin-left: 20px;
}
.ui-accordion-content {
    height: auto !important;
}
input#gotowebinar_authorization {
    margin-right: 10px;
}
.form-table {
    table-layout: fixed;
}
#gotowebinar_settings_form tr:nth-child(even), #gotowebinar_key_display_table tr:nth-child(even) {
    background-color: #f0f0f0;
}
 
#gotowebinar_settings_form td, #gotowebinar_key_display_table td {
padding-left: 6px;
padding-right: 6px;
}

#gotowebinar_key_display_table td {
padding-top: 4px;
padding-bottom: 4px;
}

.gotowebinar_append_buttons {
    margin-top: 5px !important;
}




@-webkit-keyframes webkit-animation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes moz-animation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes o-animation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes normal-animation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.fa-spinner {
    -webkit-animation: webkit-animation 2s infinite linear;
    -moz-animation: moz-animation 2s infinite linear;
    -o-animation: o-animation 2s infinite linear;
    animation: normal-animation 2s infinite linear;
    margin-left: 10px;
    font-size: 20px !important;
    display: none;
    margin-top: 4px;
}

