html {
    background: #e7e7e7;
    margin: 0;
    border: 0;
    padding: 0;
}

body {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 14px;
 background:#e7e7e7;
 width: 100%;
 min-height: 700px;
 margin: 0 auto 0;
 padding: 0;
 text-align: left;
}

img {
max-width: 95%;
}

.invisible {
        display: none;
}

.blank {
        visibility: hidden;
}

#qa_box {
    min-height: 400px;
    margin-left: 2em;
    margin-right: 2em;
}

#contentOuter {
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
 background:#fff;
 max-width: 936px;
 margin: 0 auto 0;
 padding-bottom: 1em;
 clear:both;
}

#content {
 margin: 0;
 padding: 1em;
 padding-bottom: 0em;
}

#navbar ul {
        padding: 10px;
        margin: 0px;
        background: #666666;
        text-align: center;
        color:#fff;
}

#navbar li {
        display: inline;
        list-style: none;
        padding: 10px;
}

a { text-decoration: none; color: #0584DA; }
a:visited { color: #0584DA; }

#navbar li a {
        color: #fff;
        /*text-decoration: none; */
        /* font-size: 1.2em; */
}


#header {
  background: url("/static/grad.png") repeat-x;
 font-size: 14px;
    margin: 0 auto 0;
    height:50px;
    border: 0px;
 max-width: 936px;
}

/* tabs */
.mitem {
    color: #fff;
    background: #53ACE5;
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 4px 10px 2px 10px;
border-bottom: 0;
border: 0;
text-decoration: none;
}

a.mitem:visited {
    color: #fff;
}

/* user settings */
.mitem2 {
color: #c0deed;
}

a.mitem2:visited {
    color: #c0deed;
}

/* footer */
.mitem4 {
color: #00c;
}

/* buttons */
.mitem3 {
display:inline-block;
color: #fff;
background: #53ACE5;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0.4em 1em 0.4em 1em;
text-decoration: none;
font-size: 14px;
border:0;
}

a.mitem3:visited { color: #fff; }

a.mitem3:visited { color: #fff; }


.mitemgrey {
background: #aaa;
}

.mitemred {
background: #f00;
}

#headerInner {
 margin: 0 auto 0;
}

#headerTable {
 background: url("/static/grad.png") repeat-x;
 margin-right: 5px;
}

 img#header {
    background: #000;
    display: block;
    margin-left: 0;
    padding: 10px;
 }

 img.middle {
    background: #000;
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

#bottomHelpPrompt {
  text-align: center;
}

#lastCardText {
 font-size: 18px;
}

.standardAnswerButton {
 -moz-border-radius: 10px;
 border-radius: 10px;
 border-color: #000;
 border-style: solid;
 border-width: 1px;
 color: #333333 !important;
 display: inline-block;
 font-size: 14px;
 font-weight: bold;
 margin: 0;
 overflow: hidden;
 padding: 3px 3px;
 text-decoration: none;
 text-shadow: 0 1px #F0F0F0;
 width:7em;
 background:#ddd;
}

.standardAnswerButtonLong {
 -moz-border-radius: 10px;
 border-radius: 10px;
 border-color: #000;
 border-style: solid;
 border-width: 1px;
 color: #333333 !important;
 display: inline-block;
 font-size: 14px;
 font-weight: bold;
 margin: 0;
 overflow: hidden;
 padding: 3px 3px;
 text-decoration: none;
 text-shadow: 0 1px #F0F0F0;
 width:14em;
 background:#ddd;
}

.kanjiface {
   font-family: Kochi Mincho, MS Mincho, Arial;
   font-size: 100px;
}

.kanaface {
   font-family: Kochi Gothic, MS Gothic, Arial;
   font-size: 28px;
}

.engface {
   font-family: Arial;
   font-size: 28px;
}

.miscface {
   font-family: Arial;
   font-size: 28px;
}

#jsMenuBar {
   border-bottom: 1px solid #000;
   margin: 0px;
   padding: 2px;
   vertical-align: middle;
   width: 100%;
}

.infoMsg {
padding: 1em;
border: 1px solid #000;
-moz-border-radius: 10px;
border-radius: 5px;
margin-top: 1px;
background: #ff0;
color:#000;
float:left;
}

.bigButton {
    padding: 1em 2em 1em 2em;
    font-size: 18px;
}

.inactive {
background: #ccc;
}

#jsMenuBar a {
/*   color: #fff;*/
}
 
/* from mochikit */
tt { color: #1C1D1F; }

/* from pylons */
.pullquote {
    padding: 0.5em;
    margin-top: 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font: normal 150% Georgia;
    text-align: center;
    color: #000;
}

.biglink {
    font-size: 28px;
}

.menu li {
    display:inline;
	list-style: none;
	padding-right: 2em;
}

#menu span {
        display: block;
        color: #000;
	padding: 3px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
        font-size: 12px;
}


#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
        font-size: 12px;
        display: block;
	padding-bottom: 1px;
}
#menu a {
    display:block;
    margin-left: 1em;
    color: #0645AD;
    text-decoration: none;
}

#menu a:hover {
	background: #555;
}

.answertd {
padding: 0.2em;
}

/* from gmail */
.invfr {
border:0 none;
height:0;
left:0;
position:absolute;
top:0;
width:0;
z-index:-1;
}

#leftStudyMenu {
 float: left;
 margin-left: 1em;
 font-size: 20px;
}

#rightStudyMenu {
 float: right;
 margin-right: 1em;
 font-size: 20px;
}

#footer {
 padding-top: 0em;
 padding-bottom: 1em;
 text-align: center;
}

#footerInner {
margin-left: 1em;
margin-right: 1em;
}

.ansbut {
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    -webkit-user-drag: none;
    -webkit-user-select: none;
    background-color: #ddd;
    border-radius: 5px;
    border: 1px solid #aaa;
    color: #000;
    display: inline-block;
    font-size: 80%;
    margin: 0 5;
    padding: 3px;
    text-decoration: none;
    text-align: center;
}
.but:focus, .but:hover { background-color: #aaa; }
.ansbutbig {
    bottom: 1em;
    height: 40px;
    left: 50%;
    margin-left: -125px !important;
    position: relative;
    width: 250px;
    font-size: 100%;
}
.ansbut:focus {
font-weight: bold;
}
div.ansbuttxt {
  position: relative; top: 25%;
}

#easebuts {
  bottom: 1em;
  height: 47px;
  left: 50%;
  margin-left: -200px;
  position: relative;
  width: 400px;
  font-size: 100%;
}

.easebut {
  width: 60px;
  font-size: 100%;
}


.deck {
  text-decoration: none;
}

.curdeck {
    font-weight: bold;
    background: #eef;
    padding: 2px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}

.description {
white-space: pre-wrap;
padding-left: 1em; color: #333; 
}

.descmid {
width: 70%;
margin: 0 auto 0;
text-align: left;

}

.imgprev {
max-height: 200px;
max-width: 200px;
}

.noteprev {
margin: 1em;
padding: 1em;
width: 95%;
border-collapse: collapse;
}

.noteprev td {
border: 1px solid #ccc;
padding: 0.5em;
}

.noteprevmore {
display:none;
}

div.showmore {
text-align: right;
}

#fields {
height: 150px;
width: 100%;
}

#typeans {
width:100%
}

.review {
width: 40em; font-size: 16px;
}

#overview {
font-size: 16px;
}

.smallLink {
font-size: 12px;
}

.smallText {
font-size: 12px;
}

#quiz {
display: none;
}

#deckname {
float: right;
font-size: 12px;
}

#fulldesc {
display:none;
}

.rightinp {
text-align: right;
}

.optstable tr td {
border-bottom: 1px solid #eee;
padding: 0.3em;
}

hr {
color: #eee;
background-color: #e1e1e1;
height: 1px;
border: 0;
}

#qa {
margin-top: 30px;
}

#ansarea {
width: 20%;
margin: 0 auto 0;
min-height: 50px;
}

.card {
 -moz-border-radius: 10px;
 border-radius: 10px;
 margin-top: 10px;
 margin-bottom: 10px;
}

h1 { margin-top: 0.1em; }

.codeBox {
width: 8em;
padding: 1em;
text-align: center;
border: 1px solid #000;
-moz-border-radius: 10px;
border-radius: 5px;
margin: 1em;
background: #ffa;
color:#000;
}

.signuphint {
font-size: 10px;
color: #777;
}

.signupbox {
width: 20em;
text-align:left;
}

#focus {
display:none;
position:fixed;
left: 0; top: 0; bottom: 0; right: 0;
z-index: 2;
opacity:0.7;
background: black;
}

.warning {
    border: 3px solid red;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    color: red;
    width:auto;
}

.infobox {
padding: 0.5em;
border: 1px solid #000;
-moz-border-radius: 10px;
border-radius: 5px;
background: #ffd;
color:#000;
}

.stars {
width: 110px;
}

.modcol {
    width: 6em;
}

.decktitle {
    word-break: break-all;
}