
body {
    margin: 0; padding: 0;
    font-family: 'Open Sans', sans-serif; font-weight: 300;
    background-attachment:fixed;
    background-size: cover;
    min-width: 1200px;
}

a { text-decoration: none; color: #386bb7; }

div.hint {
    background-color: rgba(255,255,255,0.6);
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 142px;
    padding: 10px;
}

div.hint div.hintCell {
    display: table-cell;
    vertical-align: bottom;
    height: 128px;
}

div.feedback {
    position: fixed; left: 4px; top: 385px; width: 158px; padding: 0;
    background-color: rgba(155,28,30,0.8);
    border-radius: 6px;
}

div.feedback table tr td {
    padding: 0px 4px 0 0;
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    cursor: pointer; cursor: hand;
}
div.feedback table tr td a {
    color: white;
    text-decoration: none;
}

div#ctrl {
    background-color: #eeeeee;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    width: 70px;
    height: 40px;
    padding: 4px 0 0 8px;
    font-size: 15px;
    margin-top: 10px;
}

div.translationDivSource {
    background-color: #f7efd0;
    position: absolute;
    z-index: 428;
    visibility: hidden;
    top: 2px; left: 2px;
}

div.translationDivTranslation {
    position: absolute;
    z-index: 328;
    visibility: hidden;
    top: 2px; left: 2px;
}

div.translationDivAudio {
    position: absolute;
    z-index: 329;
    cursor: pointer;
    cursor: hand;
    visibility: hidden;
    top: 2px; left: 2px;
}

div.translationDivBackground {
    background: white;
    position: absolute;
    z-index: 228;
    visibility: hidden;
    border-radius: 8px;
    -moz-box-shadow: 0px 4px 24px 6px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 4px 24px 6px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 24px 6px rgba(0,0,0,0.4);
    top: 2px; left: 2px;
}

div.y {
    position: absolute;
    z-index: 528;
    visibility: hidden;
    cursor: pointer;
    cursor: hand;
    color: #e75166;
    top: 2px; left: 2px;
}

div.y:hover {
    color: #fa0b2d;
}

div.shortcuts {
    margin: 0 0 0 0;
    display: inline-block;
}

div.shortcuts div {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    border-radius: 6px;
    margin: 0 0 0 4px;
    padding: 3px 2px 5px 2px;
    font-weight: 600;
    text-align: center;
}

div.shortcuts div.label {
    background-color: rgba(0, 0, 0, .4);
    color: white;
    text-align: left;
    width: auto;
    padding: 3px 6px 5px 6px;
}

div.shortcuts div.shortcut {
    background-color: rgba(255, 255, 255, .85);
}