You must be a registered user to participate in this chat.
div#sac-latest-message {
z-index: 2;
padding: 10px !important;
font-size: 14px;
background-color: #f5f5f5 !important;
text-shadow: none !important;
border-bottom: 1px solid #cccccc !important;
position: sticky;
top: 0;
}
div#sac-output {
float: left;
width: 100% !important;
overflow: auto;
border: 1px solid #cccccc !important;
margin-bottom: 10px;
}
div#sac-panel {
float: left !important;
width: 100% !important;
}
form#sac-form fieldset label,
form#sac-form fieldset input,
form#sac-form fieldset textarea {
float: left;
clear: both;
width: 100% !important;
margin: 0 0 2px 0;
font-size: 14px;
}
div#sac-output.sac-reg-req {
width: 100%;
border: 3px solid #ccc !important;
background-color: #f5f5f5;
}
div#sac-output.sac-reg-req p {
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
form#sac-form fieldset span {
font-weight: 700;
}