<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}

#safetyInstructions-div1 .width-100,
#firstUse-div1 .width-100,
#systemStorage-div1 .width-100,
#machineCleaning-div1 .width-100,
#preparingMilk-div1 .width-100 {
    width: 100%;
    padding-left: 40px;
}

.machine-name {
    margin-top: 8px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.carousel-indicators li {
    visibility: hidden;
}

.cover__subtitle {
    color: #9f7020;
    font-size: 14px;
}

#top-bar {
    display: block;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
}

#top-bar .text-right{
    margin-bottom: 10px;
}
.instructions-top-nav {
    background: #000;
    color: #fff;
    border: none;
    width: 49.7%;
    text-align: center;
    padding: 2%;
    height: 60px;
}

.instructions {
    background: #ededed;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.instructions .col-md-6 {
    width: 48%;
}

.tips {
    height: 100px;
    padding-right: 35px;
    color: #000;
    border-bottom: 1px solid #dfdfdf;
    margin-right: 14px;
}

.tips-text {
    float: right;
    display: inline-block;
    font-size: 12px;
    width: 75%;
    vertical-align: middle;
    height: 75px;
    padding-top: 5%;
}

.tips img {
    margin-top: 4%;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.tips h5 {
    font-size: 11px;
    margin: 0;
    font-weight: bold;
}

.tips-link,
.tips-link:hover {
    display: block;
    color: #000;
    text-decoration: none;
    border: none;
    background: none;
    position: relative;
}

.tips-link::before {
    color: #9f7020;
    content: "→";
    display: inline-block;
    margin-right: 5px;
    font-size: 90%;
}

.trouble {
    background: #ededed;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.trouble-tip {
    height: 180px;
}

.trouble .col-md-6 {
    width: 48%;
}

.instructions-title {
    background-color: #191919;
    display: table;
    padding: 10px 20px 10px 20px;
    width: 100%;
    color: #ffffff;
}

.instructions-title img {
    padding-right: 12px;
}

.instructions .steps {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.instructionDetails ol {
    counter-reset: steps;
}

.instructions-wizard {
    background: #ededed;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    display: none;
}

.video-container {
    background: #ededed;
    padding-left: 0;
    padding-right: 0;
}

.video-container iframe {
    display: block;
    width: 100%;
    height: 400px;
}

.wizard {
    width: 50%;
    display: inline-block;
}

.width-100 {
    width: 100%;
}

.instructions-wizard .instructionDetails .steps li {
    color: #949494;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0px 20px 0px;
    list-style-type: none;
    margin-left: 50px;
    counter-increment: steps;
    position: relative;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

.instructions-wizard .steps li:before {
    content: counter(steps);
    font-weight: bold;
    font-size: 230%;
    display: table-cell;
    width: 50px;
    left: -50px;
    position: absolute;
    text-align: center;
    line-height: 100%;
}

.active-list {
    color: #000 !important;
}

.active-image {
    display: block;
}

.instructions-wizard ul.subList li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.video-container ul.subList li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.instructions-wizard ul.subList li a {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}

.video-container ul.subList li a {
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}

.instructions-wizard ul.subList {
    list-style-type: none;
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
}

.video-container ul.subList {
    list-style-type: none;
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
}

.instructions-wizard .visuals {
    width: 49%;
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
    padding: 0;
    display: table;
    float: right;
}

.instructions-wizard .visuals li img {
    /* width: 200px; */
    max-width: 100%;
    display: block;
    margin: auto;
}

.instructions-wizard .visuals li {
    width: 100%;
    display: none;
    vertical-align: middle;
    padding: 30px 0;
}

.instructions-wizard .progress {
    display: table;
    table-layout: fixed;
    width: 50%;
    padding: 0;
    margin: 0;
    height: 5px;
}

.instructionDetails ol {
    counter-reset: steps;
}

.instructions-wizard .progress li.fillup {
    background-color: #000000;
}

.instructions-wizard .progress li {
    display: table-cell;
    height: 5px;
    background-color: #d9d9d9;
    border-right: 1px solid #fff;
}

.next,
.prev {
    cursor: pointer;
    color: #000;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.next {
    position: absolute;
    right: 0;
}

.prev {
    position: absolute;
    left: 0;
}

.progress-btn {
    float: right;
    position: relative;
    width: 140px;
}

.nav-inner-instruction {
    padding-left: 0;
    padding-right: 0;
    background: #000;
    margin-bottom: 15px;
}

.change-machine {
    float: right;
    color: #fff;
    text-decoration: underline;
    background: none;
    border: none;
    padding-top: 14px;
    font-size: 14px;
}

.change-machine:hover,
.change-machine:active {
    color: #fff;
}

.change-machine::before {
    color: #9f7020;
    content: "→";
    display: inline-block;
    white-space: pre-wrap;
    margin-right: 5px;
    font-size: 90%;
    text-decoration: none !important;
}

.progressBar {
    width: 50%;
    margin: 0 auto;
}

.step-count {
    color: #000;
    padding: 20px;
}

#manuals {
    background-color: #1a1a1a;
    padding: 30px 20px;
    margin-top: 25px;
}

.banner-image {
    margin-top: 25px;
}

.banner-image img {
    max-width: 100%;
    height: auto;
}

#suggestions {
    background-color: #1a1a1a;
    padding: 20px;
    margin-top: 25px;
}

#manuals .redaeh {
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

#manuals ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#manuals ul li {
    margin: 0px 0px 10px 0px;
    padding: 0;
}

#manuals ul li strong:before {
    color: #cc9d49;
    content: "→";
    display: inline-block;
    left: -100%;
    margin-right: 5px;
}

#manuals ul li strong {
    display: block;
}

#manuals ul li span {
    font-size: 90%;
    color: #a2a2a2;
    margin-left: 18px;
}

#manuals ul li span a {
    margin-left: 5px;
    text-decoration: none;
    color: #9f7020;
}

#manuals h3 {
    font-size: 14px;
    font-weight: bold;
}

#manuals ul li {
    font-size: 12px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
    font-size: 16px;
    margin-top: -45px;
}

.tabs {
    border: none;
    background: transparent;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
}

#machinesCarousel .nav a small {
    display: block;
}

#machinesCarousel .nav {
    /*  background: #eee; */
}

#machinesCarousel .nav a {
    border-radius: 0px;
}

#machinesCarousel .nav li {
    /* width: 33%; */
}

#machinesCarousel .nav li img {
    width: 58px;
    border: 1px solid #fff;
}

.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:focus,
.nav-pills &gt; li.active &gt; a:hover {
    background: #000;
}

#machinesCarousel .nav a {
    padding: 0;
    background: #000;
}

#machinesCarousel .nav li.active {
}

.video-frame {
    padding: 20px;
}

.active-menu::after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    background-color: #cd9d49;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#preparations-div,
#instructions-div1,
.video-container,
#problems {
    display: none;
}

.instructions-top-nav link-active:after,
.instructions-top-nav li:hover a:after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    background-color: #cd9d49;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#machinesCarousel .nav li.size {
    width: 33.3px !important;
    display: inline-block;
    margin-left: 0;
    float: left;
}

#machinesCarousel .nav li.size img {
    width: 100% !important;
}

/*mobile style*/

@media screen and (max-width: 990px) {
    .instructions .col-md-6 {
        width: 100%;
        clear: both;
        display: inline-block;
    }
    .trouble .col-md-6 {
        width: auto;
    }
    .tips img {
        margin-top: 0;
        display: inline-block;
        width: 15%;
    }
    .instructions-wizard .steps li.active-list:before {
        content: attr(data-content);
    }
    .tips-text {
        /*font-size: 30px;*/
        line-height: 1.5;
        padding-left: 10px;
        height: auto;
    }
    .tips-text h5 {
        /*font-size: 40px;*/
    }
    .tips {
        height: auto;
        float: none;
        padding-bottom: 20px;
        display: inline-block;
    }
    .tips-link {
        /*font-size:35px;*/
        height: auto;
        padding-top: 20px;
        padding-left: 10px;
    }
    .instructions-wizard {
        clear: both;
    }
    .nav-inner-instruction {
        display: inline-block;
        width: 100%;
    }
    .wizard {
        width: 100%;
    }
    .change-machine {
        padding-top: 15px;
    }
    .nav-pills {
        display: none;
    }
    .carousel-inner img {
        width: 85%;
    }
    #manuals h3 {
        /*font-size: 40px;*/
    }
    #manuals ul li {
        /*font-size: 32px;*/
        margin-top: 35px;
    }
    .instructions-top-nav {
        /*font-size: 36px;*/
        height: 50px;
    }
    #wizard {
        width: 100%;
        display: block;
        padding-right: 10px;
    }
    .active-list {
        display: block !important;
    }
    .instructions-wizard .instructionDetails .steps li {
        display: none;
        font-size: 16px;
        padding-left: 5px;
        padding-right: 10px;
    }
    .instructions-wizard ul.subList {
        height: 50px;
    }
    .instructions-wizard ul.subList li {
        width: 50%;
        float: left;
    }
    #manuals {
        text-align: left;
    }
    .cover__subtitle {
        /*font-size: 40px;*/
        padding-left: 10px;
    }
    .machine-name {
        padding-left: 10px;
    }
    .machine-slider {
        padding: 0;
    }
    .change-machine {
        padding-top: 6px;
        /*font-size: 46px;*/
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .glyphicon-chevron-left {
        /*font-size: 40px;*/
    }
    .step-count {
        text-align: center;
        padding-top: 40px;
        float: none !important;
    }
    .progress-btn {
        /*width: 336px;*/
        /*font-size: 30px;*/
    }
    .video-container ul.subList li {
        display: inline-block;
        padding: 0;
        width: 50%;
        margin: 0;
        float: left;
        text-align: center;
    }
    .tabs {
        width: 100%;
    }
    .video-container ul.subList {
        padding-bottom: 30px;
        padding-top: 10px;
    }
    .instructions-title {
        background-color: #000000;
    }
    .instructions-title img {
        width: 14%;
        padding-right: 0;
    }
    .video-container iframe {
        height: 300px;
    }
    .instructions-wizard .visuals {
        width: 100%;
    }
    .instructions-wizard .instructionDetails .steps li {
        /*height:150px;*/
    }
    .text-center-mobile {
        text-align: center;
    }
    .cover__subtitle {
        /*font-size: 60px !important;*/
    }
    .change-machine {
        float: left;
        padding-left: 17%;
    }
    .instructions-top-nav {
        width: 50%;
        display: inline-block;
        float: left;
    }
    .tabs {
        padding: 0;
        text-align: center;
    }
}</pre></body></html>