/* ****************************************************************************************************************** */ /* *** General *** */ /* ****************************************************************************************************************** */ .otree-body{ max-width: 80% !important; } @media only screen and (max-width: 600px) { .otree-body { max-width: 100% !important;; } } h2{ text-align: center !important; } h3{ font-weight: bold; } .otree-btn-next { alignment: right !important; margin: 10px auto !important; display: inherit; width: 110px !important; } .errorlist{ color: #b94a48; list-style: None; margin: 0; padding: 0; } input[type="radio"]{ margin: 7px; height: 1em; } .input_radio { vertical-align: middle; text-align: right; padding: 2px!important; } .input_radio_td { text-align: center; vertical-align: middle; } .hoverTable tr:not(:first-child):hover { background-color: rgb(204,220,235); }