@font-face { font-family: 'OpenSans-Regular'; src: url('/assets/fonts/OpenSans/OpenSans-Regular.woff') format('woff'); }
@font-face { font-family: 'OpenSans-Light'; src: url('/assets/fonts/OpenSans/OpenSans-Light.woff') format('woff'); }
@font-face { font-family: 'OpenSans-Bold'; src: url('/assets/fonts/OpenSans/OpenSans-Bold.woff') format('woff'); }
@font-face { font-family: 'OpenSans-Italic'; src: url('/assets/fonts/OpenSans/OpenSans-Italic.woff') format('woff'); }

html, body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: 'OpenSans-Regular', Helvetica, Tahoma, Geneva, Verdana, sans-serif;
    height: 100%;
}
.darkBlack {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000000;
    z-index: 5;
}
.underlinedInputOnDark {
    margin: 0;
    padding: 8px 8px 6px 8px;
    position: relative;
    display: block;
    outline: none;
    border: none;
    color: #ffffff;
    background: bottom left linear-gradient(#ffffff, #ffffff) no-repeat, bottom center linear-gradient(#ffffff, #ffffff) repeat-x, bottom right linear-gradient(#ffffff, #ffffff) no-repeat;
    background-size: 1px 6px, 1px 1px, 1px 6px;
}
.underlinedInputOnLight {
    margin: 0;
    padding: 8px 8px 6px 8px;
    position: relative;
    display: block;
    outline: none;
    border: none;
    color: #000000;
    background: bottom left linear-gradient(#000000, #000000) no-repeat, bottom center linear-gradient(#000000, #000000) repeat-x, bottom right linear-gradient(#000000, #000000) no-repeat;
    background-size: 1px 6px, 1px 1px, 1px 6px;
}
.linkButton {
    background-color: #400040;
    padding: 10px;
    margin: 4px;
    float: left;
    color: white;
    font-size: 16px;
    border:none;
    text-decoration: none;
}
.linkButtonDisabled {
    background-color: grey;
    padding: 10px;
    margin: 4px;
    float: left;
    color: white;
    font-size: 16px;
    border:none;
    text-decoration: none;
}
.linkButtonMarginOnly {
    padding: 10px;
    margin: 4px;
    float: left;
    color: black;
    font-size: 16px;
    border:none;
    text-decoration: none;
}
.linkButtonGreen {
    background-color: #698C00;
    padding: 10px;
    margin: 4px;
    float: left;
    color: white;
    font-size: 16px;
    border:none;
    text-decoration: none;
}

.linkButtonRight {
    background-color: #400040;
    padding: 10px;
    margin: 4px;
    float: right;
    color: white;
    font-size: 16px;
    border:none;
    text-decoration: none;
}

.linkButtonGreenRight {
    background-color: #698C00;
    padding: 10px;
    margin: 4px;
    float: right;
    color: white;
    font-size: 16px;
    border:none;
    text-decoration: none;
}

.linkButton:link {
    color: white;
}

.linkButton:visited {
    color: white;
}

.linkButton:hover {
    color: white;
}

.linkButtonRight:link {
    color: white;
}

.linkButtonRight:visited {
    color: white;
}

.linkButtonRight:hover {
    color: white;
}
.menu {
    position: absolute;
    top: 20px;
    left: 40%;
    width: 50%;
    color: #ffffff;
    font-size: 20px;
    text-align: right;
}
.menu a {
    color: #ffffff;
    text-decoration: none;
}
hr {
    background-color: #000000;
    height: 2px;
    border-width: 0px;
}
#deck .catchoosepopup {
    width: 500px; height: 100px; font-size: 20px; text-align: center; padding: 10px;
}
#deck .catchoose {
    width: calc(33% - 70px); height: 100px; font-size: 20px; text-align: center; margin: 25px; padding: 10px; float: left;
}
#deck .catchoose:hover {
    background-color: #400040;
    color: #ffffff;
    cursor: pointer;
}
#deck .mydeck {
    font-size: 20px;
    text-align: center;
    background: #eee;
    border: 1px solid #ccc;
    border-bottom-width: 3px;
    width: calc(33% - 62px);
    float: left;
    margin: 20px;
    padding: 10px;
}
#editdeck .myword {
    font-size: 12px;
    text-align: center;
    background: #eee;
    border: 1px solid #ccc;
    border-bottom-width: 3px;
    width: 175px;
    float: left;
    margin: 10px;
    padding: 10px;
}

.linedBox {
    padding: 1em;
    background: #eee;
    border: 1px solid #ccc;
    border-bottom-width: 3px;
}

.overflowDotted {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}