.basket-list .sample { display:none; }
.basket-list .sum .input {
    width:60px;
    float:left;
    padding-right:6px;
}

.exchange { border: 1px solid #EEE; color:#665A7D; width: 100%; }
.exchange tr { border-bottom: 1px solid #E0D8E8; }
.exchange th { font-weight: bold; padding: 5px; text-align: center; }
.exchange td { padding: 5px; text-align: center; }

.parsed-input {
    float:right;
    margin: 0 10px 0 0;
}
.parsed-input input {
    border:1px solid #EEE;
    padding:3px;
    width:200px;
    float: left;
}
.parsed-input img { float:right; }

.iframe-container {
    width:100%;
    height: 700px;
    /*    overflow: auto;*/
}

.iframe-container iframe {
    border: 1px solid #EEE;
    width:100%;
    height: 700px;
}
#overlay {
    position: relative;
    z-index: 10000;
    width: 100%;
    height: 700px;
    margin-bottom: -700px;
    top: 0; left: 0;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}
#overlay img { position: absolute; top: 45%; left: 45%; }

.favoriteProcess { float: left; }
.favoriteProcess .button, .favoriteProcess .button-light { margin: 0 10px 0 0; }

.midcourse-url {
    margin:20px; font-size: 14px; font-weight: bold; text-align: center;
}
.midcourse-button {
    margin:10px 0;
}
.midcourse-button a.button {
    margin:0 auto;
    width:180px; float: none;
}
.instruction {
    border: 1px solid #EEE;
    margin: 10px 0;
    padding: 10px;
}
.toggle {

}