@font-face {
    font-family: 'OpenSansRegular';
    src: url('../eot/opensans-regular-webfont-2.eot');
    src: url('../eot/opensans-regular-webfontd41d-2.eot?#iefix') format('embedded-opentype'),
    url('../woff/opensans-regular-webfont-2.woff') format('woff'),
    url('../ttf/opensans-regular-webfont-2.ttf') format('truetype'),
    url('../svg/opensans-regular-webfont-2.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

label {
    padding: 0.4em 2em 0.4em 0;
}

.toggle-btn-grp {
    margin: 3px 0;
}

.toggle-btn {
    text-align: center;
    margin: 5px 2px;
    padding: 0.4em 3em;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    border: solid 1px #ccc;
    cursor: pointer;
    font-size: 12px;
}

.toggle-btn-grp.joint-toggle .toggle-btn {
    margin: 5px 0;
    padding: 0em 1em;
    border-radius: 0;
    border-right-color: white;
}

.toggle-btn-grp.joint-toggle .toggle-btn:first-child {
    margin-left: 2px;
    border-radius: 10px 0px 0px 10px;
}

.toggle-btn-grp.joint-toggle .toggle-btn:last-child {
    margin-left: -5px;
    margin-right: 2px;
    border-radius: 0px 10px 10px 0px;
    border-right: solid 1px #ccc;
    padding-left: 6px;
}

.toggle-btn:hover {
    border: solid 1px #a0d5dc !important;
    background: #f1fdfe;
}

.toggle-btn.success {
    background: lightgreen;
    border: solid 1px green !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

input[type="button"]:hover {
    background-color: #f48220 !important;
}

#mainbg {
    background-image: url(../png/bgkindle-3.png);
    width: 438px;
    margin-right: auto;
    margin-left: auto;
    height: 668px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 70px;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 18px;
    line-height: 1.5;
    background-repeat: no-repeat;
}

.screen {
    background-image: url(../jpg/screen.jpg);
    height: 500px;
    width: 310px;
    text-align: center;
    position: relative;
    margin: auto;
}

@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Maven Pro Regular'), local('MavenProRegular'), url(http://fonts.gstatic.com/s/mavenpro/v7/MG9KbUZFchDs94Tbv9U-pVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

#view-kindle {
    padding: 4px 10px 1px;
    margin: 15px 15px;
}

#result-press {
    background-color: #204a83;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 47px;
}
