@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
.aboutus{
    text-align: center;
    position: relative;
}
html, body {
    margin: 0;
    background-image: url(/public/global-background.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    touch-action: manipulation;
}

div, span, h1, h2, h3, h4, h5, h6, p, button, input, textarea {
    font-family: 'Roboto', sans-serif;
    touch-action: manipulation;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

button {
    cursor: pointer;
    outline: none;
    color: #000;
}

button:focus {
    outline: none;
}

button, label, h1, h2, h3, h4 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=text], input[type=number], textarea {
    -webkit-appearance: none;
}

div.scrollFix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
}

main.main {
    background-image: url(/public/global-background.jpg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

main.main .header .image {
    background-image: url(/public/logo.png);
    margin: auto;
    width: 600px;
    height: 400px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 250px;
    border-radius: 400px;
    background-color: rgba(25, 25, 25, 0);
    position: relative;
    left: 0;
    transition: background-color 0.2s ease, border-radius 0.3s ease, width 0.4s ease, transform-origin 0.4s ease;
    animation: logo 1.2s ease forwards 1.5s;
    /* animation: logo 0s ease forwards; */
}

main.main .header .image.active {
    width: 812px;
    background-color: #191919;
    border-radius: 0;
}

main.main .controls {
    position: relative;
    width: 650px;
    margin: auto;
    margin-top: 70px;
    opacity: 0;
    top: -30px;
    border: none;
    transition: top 0.6s ease, border 0.5s ease;
    animation: controls 1s ease 2.2s forwards;
    /* animation: controls 0s ease forwards; */
}

main.main .controls.active {
    top: -110px;
}

main.main .controls .foodtype {
    position: relative;
}

main.main .controls .foodtype header {
    position: relative;
}

main.main .controls .foodtype h1 {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 40px;
    padding: 10px 0;
    width: 60%;
    margin: 20px auto;
    color: #fff;
    /* border: solid 1px rgba(255,255,255,0.7); */
    transition: all 0.5s ease;
}

main.main .controls .foodtype h1.active {
    width: 100%;
    border: none;
    border-bottom: solid 2px #3a3a3a;
    border-radius: 0;
    margin: 0 auto;
    padding: 20px 0;
}

main.main .controls .foodtype .toggle {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30%;
    width: 60%;
    height: 100%;
    opacity: 0;
}

main.main .controls.active .foodtype .toggle {
    height: 80px;
    margin-left: -50%;
    width: 100%;
}

main.main .controls .foodtype .list {
    background-color: rgba(255,255,255,0.76);
    width: 100%;
    padding: 10px 0 1px 0;
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease, padding 0.4s ease;
}



main.main .controls .foodtype .list.collapsed {
    height: 0;
    padding: 0;
    display: none;
}

main.main .controls .foodtype .list .food {
    position: relative;
    margin-bottom: 40px;
}

main.main .controls .foodtype .list .food .name {
    font-weight: 400;
    padding: 10px 20px;
    font-size: 34px;
    margin: 0;
    border: none;
    background: none;
    text-align: left;
}

main.main .controls .foodtype .list .food .photo, main.main .controls .foodtype .list .food .texts {
    display: inline-block;
}

main.main .controls .foodtype .list .food .photo {
    width: 200px;
    height: 180px;
    vertical-align: top;
    background-image: url(/uploads/bd706fbfd247eb4991b6eff3e50026ad.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

main.main .controls .foodtype .list .food .texts {
    position: relative;
    width: 400px;
    height: 160px;
    background-color: rgba(255,255,255,.7);
    color: #000;
    font-size: 19px;
    padding: 10px 20px;
    overflow: auto;
}

main.main .controls .foodtype .list .food .texts .price {
    position: relative;
    bottom: 0px;
    right: -14px;
    text-align: right;
    width: 350px;
}

main.main .controls .foodtype .list .food .price {
    width: 230px;
    margin: 0;
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    padding-left: 20px;
    display: inline-block;
    opacity: 1;
    transition: opacity 0.4s ease;
}

main.main .controls .foodtype .list .food .order {
    width: 260px;
    text-align: center;
    margin: -43px 0 0 auto;
}

main.main .controls .foodtype .list .food .order button {
    font-size: 30px;
    min-width: 50px;
    border: solid 1px #ccc;
    padding: 0px 15px;
    font-weight: 400;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    color: #7a746f;
    vertical-align: top;
    position: relative;
    top: 0;
    height: 45px;
}

main.main .controls .foodtype .list .food .order .count {
    font-size: 30px;
    width: 60px;
    text-align: center;
    padding: 0 8px;
    font-weight: 400;
    border: solid 1px #ccc;
    margin: 0 -2px;
    vertical-align: top;
    position: relative;
    top: 0;
    height: 43px;
}

main.main .controls .foodtype .list .food .order .addtocart {
    background-image: url(/public/addtocart.png);
    background-size: 29px;
    height: 43px;
    vertical-align: bottom;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-image: none;
}

main.main .controls .foodtype .list .food .order .addtocart svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px;
    left: 10px;
}

main.main .controls .foodtype .list .food .order .addedtocart {
    position: absolute;
    margin-top: -38px;
    margin-left: 0px;
    height: 37px;
    width: 231px;
    background-color: #fff;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    transform: scale(0);
    transform-style: preserve-3d;
    transition: transform 0.2s ease;
}

main.main .controls .foodtype .list .food .collapsable {
    margin-left: 3px;
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease;
}

main.main .controls .foodtype.weekly h2, main.main .controls .foodtype.categorized h2 {
    text-align: left;
    font-size: 38px;
    margin: 10px 20px 15px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: solid 2px #333;
}

main.main .controls .foodtype.weekly h2 span {
    background-color: #261f19;
    color: #fff;
    padding: 0px 30px;
}

main.main .controls .foodtype .list .unavailable {
    opacity: 0.25;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

main.main .controls .foodtype .list .unavailable .order {
    display: none;
}

/* .day_6, .day_0 {
    display: none;
} */

.cartcontainer {
    position: fixed;
    top: 10px;
    width: 130px;
    height: 50px;
    right: 20px;
    background-color: #fff;
    border-radius: 60px;
    overflow: hidden;
    z-index: 3;
    transition: width 0.7s ease, height 0.7s ease, right 0.7s ease, top 0.7s ease;
}

.cartcontainer.wiggle {
    animation: wiggle 0.8s ease;
}

.cartcontainer header {
    background-image: url(/public/addtocart.svg);
    background-position: 80px center;
    background-repeat: no-repeat;
    background-size: 35px;
    position: fixed;
    top: 10px;
    right: 20px;
    width: 130px;
    height: 50px;
    z-index: 99;
}

.cartcontainer header {
    background-image: none;
}

.cartcontainer header svg {
    height: 40px;
    width: 35px;
    margin: 5px 0 0 80px;
}

.cartcontainer.wiggle header {
    top: 0;
    right: 0;
}

.cartcontainer.wiggle header {
    right: 0;
}

.cartcontainer.expand {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-size: 0;
    right: 0;
    top: 0;
}

.cartcontainer .open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat;
    border: none;
}

.cartcontainer .count {
    position: absolute;
    left: 3px;
    top: 3px;
    font-size: 38px;
    background-color: #ddcbb7;
    border-radius: 100px;
    width: 70px;
    height: 44px;
    text-align: center;
}

.cartcontainer .cartlist {
    position: absolute;
    left: 20px;
    top: 0;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    margin-right: 40px;
    opacity: 0;
    display: none;
}

.cartcontainer.expand .cartlist {
    display: block;
    transform: translate3d(0,0,0);
    animation: showlist 0.3s ease forwards 0.6s;
}

.cartcontainer.expand .cartlist h3 {
    font-size: 40px;
    margin: 15px 0;
    text-decoration: underline;
}

.cartcontainer.expand .cartlist .food p {
    font-size: 30px;
}

.cartcontainer.expand .cartlist .food button {
    border: none;
    background-color: #ddcbb7;
    font-weight: 400;
    font-size: 26px;
    width: 70px;
    height: 40px;
    border-radius: 40px;
    margin: 0 5px;
    text-align: center;
}

.cartcontainer.expand .cartlist .food button.add {
    margin-left: 0px;
    margin-top: 3px;
}

.cartcontainer.expand .cartlist .food button.substract {
    margin-left: 0px;
}

.cartcontainer.expand .cartlist .food button.remove {
    width: 150px;
}

.cartcontainer.expand .cartlist .food button.modifytoppings {
    width: 210px;
}

.cartcontainer.expand .cartlist .totalprice {
    font-size: 20px;
    margin: 50px 0 30px;
    background-color: #f5e9db;
    padding: 10px 20px;
    border-radius: 40px;
}

.cartcontainer.expand .cartlist .deliveryfee {
    display: none;
    font-size: 20px;
    /* margin: 50px 0 -40px; */
    padding: 0px 20px;
}

.cartcontainer.expand .cartlist .deliveryfee.enabled {
    display: block;
}

.cartcontainer.expand .cartlist .totalprice.bottomtotalprice {
    margin-top: 20px;
    display: none;
}

.cartcontainer.expand .cartlist input, .cartcontainer.expand .cartlist textarea, .cartcontainer.expand .cartlist .deliveryaddress select {
    font-size: 24px;
    padding: 5px 10px;
    border: solid 1px #ccc;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    margin: 5px 0;
    transform: translate3d(0,0,0px);
}

.cartcontainer.expand .cartlist input[type=checkbox], .cartcontainer.expand .cartlist input[type=radio] {
    transform: scale(1.5);
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    width: 15px;
}

.cartcontainer.expand .cartlist label {
    font-size: 20px;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    left: -30px;
    width: auto;
    padding-left: 60px;
    vertical-align: middle;
    transform: translate3d(0,0,0px);
}

.cartcontainer.expand .cartlist textarea {
    height: 120px;
    resize: none;
}

.cartcontainer.expand .cartlist .finishorder {
    display: block;
    width: 400px;
    font-size: 50px;
    margin: 20px 0 300px auto;
    background: none;
    border: solid 3px #ccc;
    border-radius: 120px;
    padding: 10px;
}

.cartcontainer.expand .ordercompleted {
    position: -webkit-sticky;
    position: sticky;
    bottom: 25%;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    display: none;
    opacity: 0;
}

.cartcontainer.expand .ordercompleted .finaltext {
    margin-top: 80px;
    text-align: center;
    font-size: 40px;
    background-color: #fff;
    display: inline-block;
    border: solid 3px #333;
    border-radius: 100px;
    padding: 20px 40px;
    width: 70%;
}

.cartcontainer.expand .ordercompleted.active {
    display: block;
    animation: orderdone 1s ease forwards;
}

.cartcontainer.expand .ordercompleted .animatedcheck {
    opacity: 0;
    font-size: 80px;
    margin: 20px auto 40px;
    transform: scale(0) rotate(-50deg);
}

.cartcontainer.expand .ordercompleted .finaltext p {
    opacity: 0;
}

.cartcontainer.expand .ordercompleted.active .finaltext p {
    animation: orderdone 1s ease forwards 1s;
}

.cartcontainer.expand .ordercompleted.active .animatedcheck {
    animation: orderdonecheck 1s ease forwards .5s;
}

.cartcontainer.expand .cartlist .timeselection select{
    font-size: 18px;
    padding: 5px 8px;
    border: none;
    border-bottom: 1px dashed #ccc;
    margin: 0 25px 0 5px;
    vertical-align: 2px;
}

.cartcontainer.expand .cartlist .timeselection .selecttime{
    pointer-events: none;
    opacity: 0.5;
}

.cartcontainer.expand .cartlist .timeselection .row {
    margin-bottom: 10px;
}

.cartcontainer.expand .cartlist .timeselection .row .numbering {
    display: inline-block;
    font-size: 21px;
    margin-right: 15px;
    vertical-align: top;
}

.cartcontainer.expand .cartlist .timeselection .row .foodpart {
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: top;
    font-size: 24px;
    padding-right: 20px;
    padding-bottom: 10px;
    max-width: 560px;
    line-height: 24px;
}

.cartcontainer.expand .cartlist .timeselection .row .timepart {
    display: inline-block;
    width: auto;
}

.cartcontainer.expand .cartlist .timeselection .row .timepart label {
    padding: 0 10px 10px;
    padding-left: 0;
    margin-left: 5px;
    left: 0;
}

.cartcontainer.expand .cartlist .timeselection .row .timepart .datelabel {
    max-width: 40%;
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
    text-align: center;
    background-color: #ffc4c4;
    border-radius: 50px;
    padding: 6px 20px;
}

@keyframes orderdone {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes orderdonecheck {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-50deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.2) rotate(50deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.foodtype .texts a.alergenslink {
    color: #000;
}

.exitinfo {
    position: fixed;
    bottom: 15%;
    text-align: center;
    width: 400px;
    z-index: 99999999;
    background-color: rgba(255,255,255,0.9);
    padding: 10px 30px;
    border-radius: 100px;
    left: 50%;
    margin-left: -230px;
    font-size: 28px;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

main.main .controls .foodtype.upcomingWeek .list .unavailable {
    opacity: 0.5;
}

main.main .controls .foodtype.weekly h2.preparingupcomingweek {
    width: 100%;
    margin: 40px 0 40px;
    text-align: center;
    border-bottom: none;
}

.cartcontainer.expand .cartlist .food p .foodcount {
    color: #80592f;
    margin-right: 10px;
}

.cartcontainer.expand .cartlist .food p .unitprice {
    color: #80592f;
    margin-left: 20px;
}

@keyframes showlist {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes wiggle {
    0%{
        transform: rotate(0);
    }
    10%{
        transform: rotate(13deg);
    }
    30%{
        transform: rotate(-13deg);
    }
    60%{
        transform: rotate(6deg);
    }
    80%{
        transform: rotate(-6deg);
    }
    100%{
        transform: rotate(0);
    }
}

@keyframes logo {
    0% {
        margin-top: 250px;
        transform: scale(1);
    }
    100% {
        margin-top: 30px;
        transform: scale(0.8);
    }
}

@keyframes controls {
    0% {
        opacity: 0;
        margin-top: 100px;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        margin-top: 70px;
        transform: scale(1);
    }
}

main.main .toppingsBox {
    position: fixed;
    background-color: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    transition: top 0.4s ease;
}

main.main .toppingsBox.enabled {
    top: 0;
}

main.main .toppingsBox .toppingsBoxClose {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
}

main.main .toppingsBox .toppingsBoxClose button {
    position: absolute;
    left: 50%;
    top: 10%;
    margin: 0px 0 0 210px;
    width: 90px;
    height: 90px;
    z-index: 3;
    border-radius: 40px;
    font-size: 36px;
    border: none;
    color: #5a5a5a;
    background-color: #ffffff;
}

main.main .toppingsBox.enabled .toppingsBoxClose {
    animation: toppingBoxCloseShadow 0.3s ease 0.4s forwards;
}

@keyframes toppingBoxCloseShadow {
    0% {
        background-color: rgba(0,0,0,0);
    }
    100% {
        background-color: rgba(0,0,0,0.4);
    }
}

main.main .toppingsBox .toppingsBoxSelection {
    position: absolute;
    background-color: #fff;
    width: 600px;
    height: 85%;
    border-radius: 50px;
    top: 10%;
    left: 50%;
    margin-left: -300px;
    overflow: hidden;
}

main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner {
    overflow-y: scroll;
    height: fill-available;
    height: -webkit-fill-available;
    padding-left: 40px;
    padding-top: 20px;
}

main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner h3 {
    font-size: 27px;
}

main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner input {
    margin: 0 15px 10px 0;
    transform: scale(1.2);
}

main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner b {
    font-size: 20px;
    display: block;
    margin: 10px 0 5px;
    font-weight: 400;
}

main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner p {
    font-size: 18px;
    text-decoration: underline;
}

main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner label {
    font-size: 20px;
}

main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner button {
    border: solid 1px #ccc;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 100px;
    cursor: pointer;
    margin-top: 30px;
    background-color: #fafafa;
    float: right;
    margin: 50px 50px;
}

main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner h4 {
    background-color: #f1f1f1;
    margin-left: -20px;
    border-radius: 20px;
    width: 98%;
    font-size: 22px;
    padding: 5px 0 5px 20px;
}

.modifytoppingshidden {
    display: none;
}

.cartlist .food p .toppingsline {
    font-size: 18px;
    color: #80592f;
    display: block;
    margin: -4px 0 5px 0;
    padding-left: 35px;
}

.motd {
    position: fixed;
    width: 91%;
    height: 90%;
    background-color: rgba(255,255,255,0.95);
    top: 101%;
    left: calc(-25px + 5%);
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    font-size: 26px;
    display: block;
    transition: top 0.7s ease;
}

.motd div {
    position: relative;
    top: 45%;
    transform: translateY(-50%);
}

.motd.enabled {
    top: 5%;
}

.motd button {
    border: solid 4px #78ad78;
    border-radius: 100px;
    background-color: #f1fff1;
    font-size: 40px;
    padding: 10px 40px;
    position: absolute;
    left: calc(50% - 160px);
    bottom: 40px;
    width: 320px;
}

.prodtrue {
    display: none;
}

.prodfalse {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 300px;
    height: 30px;
    background-color: rgba(233, 62, 62, 0.767);
    text-align: center;
    color: rgba(255,255,255,0.6);
    padding-top: 4px;
}
.prodfalse::after {
    content: 'NON-PRODUCTION VERSION';
}

.gdpr-gdpr {
    color: #000;
}

.gdpr-vop {
    color: #000;
    padding-left: 53px;
}

.cash-tip, .returningBox {
    display: none;
}

.specialOffer-onlyOnlinePayment {
    font-size: 20px;
    margin: 10px 0;
    background-color: #fff0d4;
    border-radius: 100px;
    padding: 5px 40px;
}

.onlyOnlinePayment-checkout {
    display: none !important;
}

@media only screen and (max-width: 660px) {
    main.main .header .image.active {
        transform-origin: left;
    }
    .cartcontainer.expand {
        top: 0;
        right: 0;
    }
    .cartcontainer.expand .cartlist label {
        width: 360px;
    }
    .cartcontainer.expand .cartlist .timeselection .row {
        margin: 30px 0 20px;
    }
    .cartcontainer.expand .cartlist .timeselection .row .timepart label {
        width: auto;
    }
    .cartcontainer.expand .cartlist .timeselection .row .foodpart {
        max-width: 510px;
    }
    main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner h3 {
        font-size: 36px;
    }
    main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner p {
        font-size: 24px;
        text-decoration: underline;
    }
    main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner input {
        transform: scale(1.5);
    }
    main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner label {
        font-size: 24px;
    }
    main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner b {
        font-size: 26px;
        margin: 15px 0 5px;
    }
    main.main .toppingsBox .toppingsBoxSelection .toppingsBoxSelectionInner button {
        font-size: 32px;
        margin: 50px 30px;
    }
}

@media only screen and (min-width: 1200px) {
    main.main .controls .foodtype .list .food .name {
        font-size: 29px;
    }
    main.main .controls .foodtype.weekly h2 {
        font-size: 32px
    }
    .cartcontainer.expand .cartlist h3 {
        font-size: 34px;
    }
    .cartcontainer.expand .cartlist .food p {
        font-size: 24px;
    }
    .cartcontainer.expand .cartlist input, .cartcontainer.expand .cartlist textarea {
        font-size: 20px;
    }
    .cartcontainer.expand .cartlist .finishorder {
        width: 330px;
        font-size: 36px;
    }
    .cartcontainer.expand .cartlist .food button {
        font-size: 20px;
        width: 53px;
        height: 30px;
    }
    .cartcontainer .cartlist {
        max-width: 650px;
        left: 50%;
        margin-left: -350px;
        box-shadow: 0 0 30px #eee;
        padding: 0 40px;
    }
    .cartcontainer.expand .cartlist label {
        width: 540px;
    }
    .cartcontainer.expand .cartlist .timeselection .row .timepart label {
        width: auto;
    }
}
