html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.buttonContainer {
    text-align: right;
}

.action {
    padding: 10px 20px;
    font-weight: normal;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
}

.action i {
    margin-left: 5px;
}

#pageContainer {
    padding: 0 20px;
}

#page {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 0 25px 0;
}

body > header {
    position: relative;
    padding: 10px 20px;
}

body > header #logo {
    height: 50px;
    vertical-align: middle;
    margin-right: 10px;
}

body > header h1 {
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    display: inline-block;
}

body > header #user {
    float: right;
}

body > header #user a i {
    font-size: 20px;
    margin-left: 5px;
}

body > header #hotelPhoneNumber {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

body > header #hotelPhoneNumber span {
    font-weight: bold;
}

footer {
    text-align: center;
    padding: 40px 20px;
    font-size: 12px;
}

main {    
    margin-right: 300px;
}

main.onecol {
    margin-right: 0;
}

aside {
    position: sticky;
    top: 20px;
    float: right;
    width: 280px;
    border-radius: 10px;
    padding-bottom: 15px;
}

aside h1 {
    margin: 10px;
    font-weight: normal;
    font-size: 20px;
    padding-right: 55px;
}

aside h2 {
    margin: 10px 10px 5px 10px;
    font-weight: normal;
    font-size: 16px;
}

aside h3 {
    margin: 0 10px 10px 10px;
    font-size: 14px;
    font-weight: normal;
}

aside h3 i {
    margin-right: 10px;
}

#directionsLink {
    position: relative;
    float: right;
    right: 10px;
    top: 10px;
    font-size: 20px;
    text-shadow: 2px 2px 5px #999999;
}

#hotelPhoneNumberMobile {
    display: none;
    position: relative;
    float: right;
    right: 0;
    top: 0;
    font-size: 20px;
    text-shadow: 2px 2px 5px #999999;
}

.calendars {
    margin: 0 10px;
}

.calendar {
    float: right;
    width: 120px;
    text-align: center;
    border-radius: 7px;
}

.calendars:not(.checkin) .calendar {
    padding-bottom: 10px;
}

.calendar:first-of-type {
    float: left;
}

.calendar h1 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 10px;    
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.calendar .weekday {
    font-size: 20px;
    text-transform: uppercase;
}

.calendars:not(.checkin) .calendar .weekday {
    padding-top: 5px;
}

.calendar .monthDayNumber {
    font-size: 16px;
    text-transform: uppercase;
}

.calendar .time {
    font-size: 10px;
    margin-top: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 5px 0;
}

.calendars:not(.checkin) .calendar .time {
    display: none;
}

aside table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 260px;
    margin-left: 8px;
}

aside table th {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

aside table td {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}

aside table .dates span {
    display: block;
    font-size: 10px;
}

#hotelImage .slider-content {
    width: 280px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

aside .action {
    display: block;
    margin: 20px auto;
}

/*#nights {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 14px;
}

#nights i {
    margin-right: 5px;
}*/

aside hr {
    margin: 20px 10px;
    border-bottom: none;
}

#summaryOfCharges {
    border-collapse: collapse;
}

#summaryOfCharges th {
    font-weight: normal;
}

#summaryOfCharges td {
    text-align: right;
}

#summaryOfCharges tr:last-of-type th {
    font-weight: bold;
}

#summaryOfCharges tr:last-of-type td {
    font-weight: bold;
    font-size: 18px;
}

section {
    margin-bottom: 20px;
}

section h1 {
    font-size: 18px;
    padding: 10px;
    margin: 0;
}

section h1 a {
    font-weight: normal;
    font-size: 18px;
    margin-left: 20px;
}

section h1 i {
    float: right;
}

div.selectionsSummary {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: left;
    padding: 20px 20px 0 20px;
}

div.selectionsSummary a {
    font-weight: normal;
    text-transform: none;
    color: inherit;
}

div.selectionsSummary a:hover {
    text-decoration: none;
}

div.selectionsSummary .summaryItem {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 260px;
}

div.selectionsSummary .summaryItem i {
    font-size: 20px;
    float: left;
}

#creditCardPanelEdit fieldset .crud i {
    font-size: 25px;
    color: #416564;
    display: inline-block;
    vertical-align: middle;
}

#creditCardPanelSummary div.selectionsSummary .summaryItem i {
    font-size: 25px;
}

div.selectionsSummary .summaryItem .content {
    margin-left: 35px;
    
}

div.selectionsSummary .summaryItem .subtext {
    font-size: 13px;
    margin-left: 35px;
    padding: 0;
    display: inline-block;
}

table.selectionsSummary {
    margin: 10px;
    border-collapse: collapse;
}

.selectionsSummary th {
    text-align: left;
    vertical-align: text-top;
    font-size: 14px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.selectionsSummary th:first-of-type {
    padding-right: 10px;
}

.selectionsSummary th:nth-of-type(2) {
    width: 180px;
}

.selectionsSummary td {
    text-align: left;
    vertical-align: text-top;
    font-size: 14px;
    padding-bottom: 10px;
}

.selectionsSummary .fee {
    font-style: italic;
}

.creditCardLogo {
    vertical-align: middle;
    height: 20px;
}

.panels {
    padding: 20px;
}

.panel {
    background-color: #ffffff;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 30px;    
}

/*.panel > .inputWrapper {
    margin-left: 30px;
}*/

.roomDetails {
    display: none;
}

.panel.roomType {
    padding: 10px;
}

.open .panel.readonly {
    box-shadow: none;
    background: none;
    padding: 0;
}

.completed .panel {
    margin-bottom: 0;
}

.open .panel {
    border-radius: 10px;
}

/*.panel:last-of-type {
    margin-bottom: 0;
}*/

.panel h2 {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: bold;
}

.panels h2 {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.panels h2 i {
    margin-right: 5px;
}

.popup h2 {
    margin: 0 10px 10px 0;
    font-size: 20px;
    text-transform: uppercase;
}

.panel h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.panel p {
    margin-top: 0;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.subsection {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}

.subsection header {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 20px;
}

.subsection header p {
    max-width: 400px;
    font-size: 14px;
}

.subsection fieldset {
    border: none;
    padding: 0;
    margin: 0;
    width: 50%;
}

.subsection fieldset label {
    display: block;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
}

.subsection fieldset label .subtitle {
    text-transform: none;
    font-size: 14px;
    float: right;
}

.subsection fieldset label .buttonLink {
    float: right;
}

.subsection fieldset label .buttonLink:last-of-type {
    margin-right: 20px;
}

.inputWrapper {
    position: relative;
    margin-bottom: 30px;
}

.edit .inputWrapper, .add .inputWrapper {
    margin-bottom: 5px;
}

.edit, .add {
    margin-bottom: 25px;
}

.inputWrapper.leftCol {
    display: inline-block; 
    width: 45%;
}

.inputWrapper.rightCol {
    float: right;
    width: 50%;
}

.inputWrapper i {
    float: right;
    position: absolute;
    right: 0;
    top: 7px;
    display: none;
}

.inputWrapper .select-wrapper + i,
.inputWrapper input[type="number"] + i {
    right: 25px;
    display: none;
}

.inputWrapper input.invalid + i,
label.invalid + .inputWrapper .select-wrapper + i,
.inputWrapper input[type="number"].invalid + i {
    display: block;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    margin-left: 30px;
}

.question {
    margin-bottom: 30px;
    position: relative;
}

.booked input[type="radio"] + label {
    display: none;
}

#bookedRoomImages, .roomUpgrade {
    width: 200px;
    /*float: left;*/
    margin-right: 15px;
    margin-bottom: 5px;
}

#bookedRoomImages .slider-content, 
.roomUpgrade .slider-content {
    width: 200px;
    border-radius: 5px;
}

.singleImage {
    margin-right: 15px;
    margin-bottom: 5px;
}

.singleImage img {
    width: 200px;
    border-radius: 5px;
}

.thumbnails {
    float: left;
    margin-bottom: 10px;
}

.cost {
    float: right;
    z-index: 1000;
    background-image: url('resource?themeResource=images/ribbon.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 70px;
    position: relative;
    right: -20px;
    text-align: right;
    padding-top: 12px;
    user-select: none;
}

/*.booked {
    float: right;
    padding: 5px 0 5px 5px;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    user-select: none;
}*/

.cost > div {
    padding-right: 20px;
}

.cost label {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    text-align: right;
    font-weight: normal;    
}

.cost input[type="checkbox"] + label, .cost input[type="radio"] + label {
    font-size: 26px;
    display: inline;
}

.cost input[type="checkbox"] + label::before, .cost input[type="radio"] + label::before {
    display: inline-block;
    top: 0;
    font-size: 20px;
}

.cost span {
    display: block;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
}

.completed .cost {
    right: 0;
    background: none;
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 0;
}

.guest {
    padding: 4px 0;
    margin-bottom: 30px;
    font-size: 18px;
}

.termsText {
    max-height: 200px;
    overflow: auto;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.signaturePad { /** For mockup only **/
    border: 1px solid #cccccc;
    width: 350px;
    height: 200px;
    margin-top: 20px;
    margin-left: 30px;
}

.popup {
    width: 400px;
    border-radius: 10px;
    margin: 0 auto 40px auto;
    padding: 20px;
}

.tabContainer {
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.tab {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
}

.tab.selected, .tab a {
    padding: 5px 30px;
}

.tab:not(.selected):hover {
    cursor: pointer;
}

.tab a {
    font-weight: normal;
}

.tab a:hover {
    text-decoration: none;
}

#kiosk {
    padding: 0 0 10px 10px;
    width: 150px;
}

#downloadPassContainer {
    margin-top: 10px;
    text-align: center;
}


/**
 * INPUT FIELDS
 */
textarea, input, select, button, input[type="submit"] {
    outline: none;      /* Prevent focused field glow/outline in Chrome and Safari */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* Prevent tap highlight in mobile Safari */
    -webkit-appearance: none;
}
 
input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    font-family: "Font Awesome 5 Free";
    display: block;
    letter-spacing: 10px;
    font-size: 16px;
    position: relative;
    top: 22px;
    margin-left: -30px;
}

input[type="checkbox"] + label:before, .cost input[type="radio"] + label:before {
    content: "\f0c8";     /* unchecked icon */
}

input[type="checkbox"]:checked + label:before, .cost input[type="radio"]:checked + label:before {
    content: "\f14a";     /* checked icon */    
}

input[type="radio"] + label:before {
    content: "\f111";     /* unselected icon */
}

input[type="radio"]:checked + label:before {
    content: "\f192";     /* selected icon */    
}

input[type="checkbox"]:disabled + label:before, input[type="radio"]:disabled + label:before  {
    color: #CCCCCC;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    font-size: 14px;
    line-height: 22px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* currently not supported by any browser */
    /*margin-left: 30px;*/
    margin-top: -25px;
    text-transform: none;
    display: block;
}

input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
    color: #CCCCCC;
}

input[type="radio"] + label .invalidCombination {
    color: #e57373;
}

label.invalid, input[type="checkbox"] + label.invalid, input[type="radio"] + label.invalid {
    color: #e57373;
    /*font-weight: bold;*/
}

select {
    background-color: #ffffff;
    width: 100%;
    position: relative;  
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-indent: .01px;    
    font-size: 18px;
    padding: 4px calc(1.2em + 4px) 4px 0;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-radius: 0;
    color: inherit;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1px;
}

select::-ms-expand {
    display: none;
}

select option {
    color: rgba(0,0,0,.87);
    background-color: #FFFFFF;
}

select option:disabled {
    color: #AAAAAA;
}

.select-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    max-width: 445px;
}

.select-wrapper:after {
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    border-top: .5em solid inherit;
    border-top-width: .5em;
    border-top-style: solid;
    border-top-color: inherit;
    border-left: .35em solid transparent;
    border-right: .35em solid transparent;
    pointer-events: none;
    content: '';
    width: 0;
    height: 0;
    font-size: inherit;
    line-height: inherit;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="date"] {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    display: block;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 4px 0;
    width: 100%;
    max-width: 445px;
    background: 0 0;
    text-align: left;
    margin-bottom: 5px;
}

select, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="date"] {
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

select:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus {
    background-position: 0 0;
}

.ui-datatable select {
    width: auto;
}

.ui-inputfield, .ui-inputfield.ui-state-focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-calendar {
    display: block;
    /*max-width: 300px;*/
}

body .ui-inputfield.ui-state-focus {
    /*border: none;*/
    border-color: rgba(0,0,0,.12);
    box-shadow: none;
}

body .ui-inputfield.ui-state-hover, body .ui-inputfield.ui-state-error {
    border-color: rgba(0,0,0,.12);
}

.ui-inputwrapper-filled {
    border: none;
}

.ui-calendar input {
    border-radius: 0;
}

.radiosTable {
    margin-left: -3px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.radiosTable td label {
    margin-bottom: 15px;
}

.radiosTable td label + i {
    float: right;
    position: absolute;
    right: 0;
    top: 5px;
    display: none;
}

.radiosTable td label.invalid + i {
    display: block;
}

label.checkbox + i {
    float: right;
    top: -17px;
    position: relative;
    display: none;
}

label.checkbox.invalid + i {
    display: block;
}

.ajaxSpinner {
    display: none; 
    height: 32px; 
    margin: 10px auto 0 auto;
}


/**
 * FOLIOS
 */
table.folio {
    font-family: inherit;
    border-collapse: collapse;
}

table.folio th {
    text-align: left;
}

table.folio th, table.folio td {
    padding: 8px 10px !important;
    border: none !important;
    font-size: 14px;
}

table.folio tfoot td {
    font-weight: bold;
}

table.folio .ui-widget-content {
    color: inherit;
    border: none;
    background: inherit;
}

.ui-datatable .folio thead th, .ui-datatable .folio tbody td, .ui-datatable .folio tfoot td {
    overflow: auto;
    border-width: 0;
    border-style: none;
    vertical-align: middle;
}

table.folio th.folioLineItemQuestion {
    padding: 0 5px 0 10px;
    width: 25px;
}

table.folio tr.ui-expanded-row-content td {
    padding: 0;
}

table.folio tr.ui-expanded-row-content td .folioQuestion {
    padding: 10px 15px 10px 10px;
}

table.folio .ui-state-default {
    border: none;
    background: inherit;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
}

.VATBreakdown thead th {
    text-align: left;
}


/**
 * ERROR/INFO MESSAGES
 */
ul.messages {
    padding: 0;
    margin-top: 0;
    margin-bottom: 23px;
}

ul.messages li {
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

li.error-message {
    color: #FFF;
    background: url("resource?themeResource=images/error.png") no-repeat scroll 7px 10px #e57373;
    margin: 0 0 7px 0;
    padding: 7px 7px 7px 28px;
    list-style-type: none;
}

li.info-message {
    color: #FFF;
    background: url("resource?themeResource=images/success.png") no-repeat scroll 7px 10px #81c784;
    margin: 0 0 7px 0;
    padding: 7px 7px 7px 28px;
    list-style-type: none;
}

li.warn-message {
    color: #FFF;
    background: url("resource?themeResource=images/warning.png") no-repeat scroll 7px 10px #f7931e;
    margin: 0 0 7px 0;
    padding: 7px 7px 7px 28px;
    list-style-type: none;
}

input.validationError {
    background-color: #e57373;
}

.errorMessage {
    font-size: 13px;
}


/**
 * PROCESSING ANIMATION
 */
html.processing, body.processing {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.processing #pageContainer, .processing #pageContainer form {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    padding: 0;
    z-index: 100;
}

.processing header {
    z-index: 150;
}

.processing footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 0;
    z-index: 150;
}

.lds-ring {
    display: block;
    width: 115px;
    height: 115px;
    position: relative;
    left: 50%;
    top: 45%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 8px;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}


/**
 * TABLETS
 */
@media screen and (max-width: 900px) {
    #page {
        padding-top: 5px;
    }
    
    .processing footer {
        display: none;
    }
    
    body > header #hotelPhoneNumber {
        display: none;
    }
    
    aside {
        float: none;
        width: auto;
        position: relative;
        top: 0;
        margin-bottom: 20px;
        border-radius: 0;
        box-shadow: none !important;
        background: none !important;       
        
    }

    #hotelImage .slider-content {
        width: auto;
    }

    #directionsLink {
        top: 0;
        right: 20px;
    }
    
    #hotelPhoneNumberMobile {
        display: block;
    }
    
    aside h1 {
        margin-top: 0;
    }
    
    aside h1, aside h2, aside h3, .calendars {
        margin-left: 0;
    }
    
    .calendar {
        float: left;
    }
    
    .calendar:first-of-type {
        margin-right: 10px;
    }
    
    main {
        margin-right: 0;
    }
    
    .subsection {
        display: block;
        margin-bottom: 20px;
    }
    
    .subsection header {
        width: auto;
        padding-right: 0;
    }
    
    .subsection fieldset {
        width: auto;
    }
    
    .subsection header p {
        max-width: none;
    }
    
    .panels {
        padding: 10px;
    }
    
    .panel {
        padding: 10px;
        margin-bottom: 20px;
    }
    
    #hotelImage {
        display: none;
    }
    
    #summaryOfCharges {
        margin: 0;
        width: 100%;
    }
    
    #summaryOfCharges th {
        padding-left: 10px;
    }
    
    #summaryOfCharges td {
        padding-right: 10px;
    }
    
    .select-wrapper, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="date"] {
        max-width: none;
    }

    .thumbnails {
        width: 100%;
    }
    
    #bookedRoomImages, .roomUpgrade {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 5px;
    }

    #bookedRoomImages .slider-content {
        width: 100%;
        border-radius: 0;
    }
    
    .roomUpgrade .slider-content {
        width: 100%;
    }
    
    .singleImage {
        margin-right: 0;
    }

    .singleImage img {
        width: 100%;
    }
    
    .booked .singleImage img {
        border-radius: 0;
    }
    
    .roomDetails {
        display: none;
    }
    
    .cost {
        top: 0;
        height: 46px;
        background-size: 150px;
        width: 150px;
        right: -17px;
        padding-top: 4px;
    }
    
/*    .cost > div {
        margin-right: 17px;
    }*/
    
    .cost input[type="checkbox"] + label, .cost input[type="radio"] + label {
        font-size: 18px;
    }
    
    .signaturePad {
        width: auto;
    }
    
    .popup {
        width: auto;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        margin: 0 0 30px 0;
    }
    
    .tab.selected, .tab a {
        padding: 5px 10px;
    }
    
    #kiosk {
        width: 100px;
    }
    
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}
