/*CSS goes here*/
#main-content {
    clear: none;
}
.alert {
    background-color: transparent;
    padding: 4px;
}
input, textarea, .uneditable-input {
    width: auto;
}
form#createProfile img{
	display: inline;
}
img {
    display: inline;
}
#webinar table {
    border-top: none !important;
    border-right: none !important;
    width: auto !important;

}
table tbody tr:not(:last-child) {
    border-bottom: none;
}
td.spacer {
    background-color: #f8f8f8;
}
th {
    background-color: #a3a3a3;
    color: #fff;
}
.correct-answer{
    background-color: #FFC !important;
}
.button2 {
    width: auto !important;
}
img {
    max-width: none;
}
.error {
    background-color: transparent;
}
td.green {
    border: 2px solid #f8f8f8 !important;
}
td.yellow {
    border: 2px solid #f8f8f8 !important;
}

LABEL {
    text-align: unset !important;
}
#form-container input.text-normal {
    width: auto;
}
.inline {
    display: inline-block;
}