@charset "utf-8";
/* tabulka kanji */

*
{
  margin:0px;
  padding:0px;
}

.noprint
{
  display:none;
}

body
{
	font: normal 16px "Arial Narrow", arial, sans-serif;
}

ul
{
  margin-left:20px;
  margin-bottom:10px;
}

a
{
  color:#000;
  text-decoration:none;
}

a:hover
{
  text-decoration:underline;
}

a img
{
  border:none;
}

form
{
  display:inline;
}

input, textarea, select
{
  display:none;
}

textarea
{
  width:90%;
  overflow:hidden;
  font-family: "MS UI Gothic", "MS Gothic", gothic, sans-serif;
  font-size:20px;
}

h3
{
  clear:both;
  border-bottom:1px solid black;
  padding-top:6px;
  font-weight:normal;
  margin-bottom:5px;
}

table
{
  margin:10px auto;
}

td
{
  text-align:left;
}

p
{
  text-align:justify;
  padding-bottom:5px;
}

.number
{
  vertical-align:top;
  text-align:left;
  color:#ddd;
  font-size:50px;
  width:70px;
}

.content
{
  margin:8px;
}

.clearme
{
  margin:0px;
  padding:0px;
  clear:both;
}

.note, .note a
{
  display:none;
}

.lang
{
  float:right;
  text-align:right;
  padding:5px;
}

.trans
{
  background-color:#bbb;
  display:inline-block;
  border-radius: 8px;
  padding-left:5px;
  padding-right:5px;
  margin-right:5px;
}

.username_box 
{
  width:60px;
}

.small_search
{
  float:right;
}



.searchform,  .usereditform
{
  display:none;
}

.small_search input, .small_search select
{
  border:1px solid #aaa;
    font-size:16px;
}

.content input, .searchform input, .searchform select, .addvocabulary input, .addvocabulary select, .kanji_edit input,  .vocab_edit input,.vocab_edit select, .usereditform input, textarea, select
{
  border:1px solid #ccc;
  font-size:22px;
  margin:3px;
  color:#666;
  font-family: "MS UI Gothic", "MS Gothic", gothic, sans-serif;
}

.colorp
{
cursor:pointer
}

.userbar
{
 display:none;
}

.listgroups, .vocab_settings
{
  display:none;
}

.tools
{
  display:none;
}



.kanji_full, .kanji_edit, .vocab_edit
{

  border:1px solid black;
  width:100%;
  margin:0 auto;
  margin-top:10px;
}

.vocabulary
{
  display:table-row;

}

/*.kanji_table
{
  border-bottom:2px solid #666;
}*/


.tbl
{
display:table-cell;
   padding-right:1em;
    padding-bottom:0.2em;
    padding-top:0.2em;
}


.vocab_meaning
{
  font-family:"Segoe UI", "Trebuchet MS", sans-serif;
  font-weight:100;
  

}



.vocab_kanji, .vocab_kana
{
  font-family: "MS UI Gothic", "MS Gothic", gothic, sans-serif;
  
}

.vocab_kanji
{
  font-size:20px;
}

.vocab_word div:hover, .vocab_sentence div:hover
{
  background-color:#eee;
}

.kanji_meaning
{
  font-size:22px;
  text-align:center;
  background-color:white;
  color:black;
  padding:1px;
  border-bottom:1px solid black;
}

.kanjiedittools
{
  border-top:1px dashed #aaa;
}

h2
{
  font-size:22px;
  text-align:left;
  padding:1px;
  border-bottom:2px solid black;
}

.kanji_info
{
  display:block;
  padding:5px;
  padding-bottom:0px;
  margin-bottom:0px;
  border-bottom:2px solid #666;
}

.kanji_big
{
  float:right;
  font-size:80px;
}

.kanji_big img
{
  max-width:110px;
}

.small_kanji
{
  display:inline-block;
  margin-right:15px;
  margin-bottom:10px;
  font-size:50px;
  font-family:sans-serif;
  float:left;
}

.small_kanji a
{
  color:black;
}




.kanji_light, .vocab_big
{
  clear:both;
  padding:10px;
}

.kanji_big:hover
{
  background-color:#ddd;
  border-color:#aaa;
}

.description
{
  font-weight:bold;
  color:#000;
}


.big
{
  font-size:30px;
}

.footer, .profile
{
  display:none;
}

.footer a
{
  color:#444;
}

.small
{
  color:#555;
  font-size:12px;
}

.message
{
  border:1px dashed;
  text-align:center;
  width:90%;
  margin:10px auto;
  padding:10px;
}

.error
{
  border-color:red;
  background-color:#ffdede;
}

.ok
{
  border-color:green;
  background-color:#eeffee;
}



div.learnt
{
  border-left:2px solid #000;
}

a.notlearnt
{
  color:#555;
}

.radicals
{
  padding:5px;
  background-color:#efefef;
  border:1px dashed #e0e0e0;
  margin-bottom:10px;
  font-family: "MS UI Gothic", "MS Gothic", gothic, sans-serif;
}

.radicals a
{
  color:#666;
  text-decoration:none;
  cursor:pointer;
}

.ajaxlink
{
  display:none;
}

th
{
  background-color:#d0d0d0;
}

td.kana
{
  padding:2px;
  padding-top:6px;
  padding-bottom:6px;
}

td.small
{
  background-color:#e0e0e0;
  font-size:12px;
}

td.kana
{
  background-color:#f3f3f3;
}

.addrem
{
  display:none;
}

.addchar
{
  background-color:#090;
  color:white;
  padding-left:5px;
  padding-right:5px;
  min-width:15px;
  display:inline-block;
}

.remchar
{
  background-color:#b00;
  color:white;
  padding-left:5px;
  padding-right:5px;
  min-width:15px;
  display:inline-block;
}

.addchar:hover
{
  background-color:#1a1;
  text-decoration:none;
}

.remchar:hover
{
  background-color:#c11;
  text-decoration:none;
}

.editlinks, .group_info
{
  display:none;
}
.editlinks a
{
  color:white;
}

.addvocabulary
{
  display:none;
}

legend
{
  font-size:18px;
  font-weight:normal;
  padding:10px;
}

fieldset
{
    margin-top:15px;
  border:1px solid #aaa;
  padding-left:10px;
}

input.imp30
{
  width:30%;
}

input.imp80
{
  width:80%;
}

input.imp50
{
  width:50%;
}

.helpimg
{
  border:2px solid #700;
}

ol {
  margin:0px;
  padding: 0px;
  color:red;
  font: italic 1em Georgia, Times, serif;
  font-size:22px;
}

ol li p
{
    font: normal 16px "Trebuchet MS", sans-serif;
  color:black;
}

ol li{
  background: #ffffff;
  margin-left: 40px;
  padding-left: 10px;
}


.furigana
{
  display:inline-block;
  text-align:center;
}

.furi
{
    font-size:14px;
}

.sentence
{
  display:block;
}
