@import "client/common"; .lesson-booking { height:100%; h2 { font-size: 20px; font-weight:700; margin-bottom: 10px !important; } .column { @include border_box_sizing; width:50%; } .column-left { float:left; padding-right:20px; .slot.slot-2 { border-style: solid; border-width: 1px 0 0 0; border-color: #cccccc; padding-top: 20px; } .description { border-style: solid; border-width: 1px 0 0 0; border-color: #cccccc; padding-top: 20px; } } .column-right { float:right; padding-left:20px; .slot.slot-2 { margin-top:40px; } .slots { margin-top:15px; } } label { display:inline-block; margin-right:7px; } select { display:inline-block; } .slots { margin:30px 0 0; } .slot-prompt { } .slot { margin-bottom:20px; } .description { margin: 0 0 20px 0; } .description-prompt { margin-bottom:10px; } input { display:inline-block; } .tz-notice { margin-left: 15px; } textarea { width:100%; @include border_box_sizing; height:75px; } .field { display:inline-block; margin-right:20px; margin-top:15px; label { width:50px; } } p { line-height:125% !important; font-size:14px !important; margin:0 0 20px 0 !important; } .avatar { display:inline-block; padding:1px; width:48px; height:48px; background-color:#ed4818; margin:10px 20px 0 0; -webkit-border-radius:24px; -moz-border-radius:24px; border-radius:24px; float:none; } .avatar img { width: 48px; height: 48px; -webkit-border-radius:24px; -moz-border-radius:24px; border-radius:24px; } .teacher-name { font-size:16px; display:inline-block; height:48px; vertical-align:middle; } .jamclass-policies { text-align:center; margin-top:-10px; } .actions { margin-left:-3px; margin-bottom:20px; &.right { margin-top:-42px; margin-right: 55px; } } .error-text { display:block; } .general.error { margin-bottom:20px; } .iradio_minimal { display:inline-block; top: 4px; margin-right: 5px; } .field.lesson-frequency { display:block; margin-left:0; label {width:auto;} } .field.booking-options { margin-top:35px; margin-bottom:35px; label { display:block; width:auto; } select { margin-top:10px; width:80%; } } select.am_pm { margin-left:13px; } }