/*
//copyright www.dandani.eu
*/
html,
body {
    background-color: #66ccff;
    color: #615A5F;
    height: 100%;
}

#head {
    padding: 5px;
    height: 40px;
}

#wrapper {
    position: relative;
    width: 100%;
    margin-top: 15px;
}

#capsule {
    position: relative;
    width: 100%;
}

#capsuleInner {
    position: relative;
    background-color: #fff;
    width: 280px;
    height: 402px;
    margin: 0 auto;
}

#score {
    float: right;
    display: inline-block;
    font-size: 1.8em;
    margin: 5px;
}

#scorePic {
    height: 25px;
    width: auto;
}

#countDown {
    float: left;
    display: none;
    font-size: 1.8em;
    margin: 5px;
}

#dan {
    font-size: 0.5em;
    color: #66ccff;
}

#circle {
    border: 5px solid #66ccff;
    border-radius: 120px;
    height: 184px;
    width: 184px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 30px;
}

#learn {
    position: relative;
    display: inline-block;
    font-size: 0.3em;
    top: -20px;
    left: 5px;
}

#han {
    position: relative;
    display: inline-block;
    color: #66ccff;
    top: -20px;
    left: 5px;
}

#kata {
    font-size: 0.5em;
    position: relative;
    display: inline-block;
    color: #66ccff;
    top: -35px;
    left: 5px;
}

#hira {
    font-size: 0.5em;
    position: relative;
    display: inline-block;
    color: #66ccff;
    top: -35px;
    left: 5px;
}

#hangul {
    margin-bottom: 20px;
    position: relative;
    display: block;
    font-size: 0.3em;
    top: -20px;
}

#displayBox {
    font: normal 700 15px/1 "Calibri", sans-serif;
    position: relative;
    display: block;
    font-size: 5em;
    width: 270px;
    height: 220px;
    margin: 0 auto;
}

#charbox {
    margin-top: 60px;
    height: 80px;
}

#displayBoxChart {
    display: none;
    position: relative;
    font-size: 0.8em;
    width: 250px;
    height: 332px;
    margin: 0 auto;
    padding: 10px;
}

#displayBoxRules {
    display: none;
    position: relative;
    font-size: 1em;
    width: 250px;
    height: 332px;
    margin: 0 auto;
    padding: 10px;
    
}

.char {
    position: relative;
    
    margin-bottom: 0px;
}

#response {
    height: 80px;
    margin-bottom: 5px;
}

#buttonBar {
    position: relative;
    background-color: #FFF;
    width: 280px;
    margin: 0 auto;
    margin-top: 2px;
}

#controls {
    left: 15px;
    position: relative;
    width: 150px;
    display: none;
    height: 15px;
    top: 5px;
    margin: 1px;
}

#controls-outer {
    height:30px;
    display: block;
    background-color: #FFF;
    width: 280px;
/*    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
    margin: 0 auto;
    margin-top: 2px;
}

.center-children {
    text-align: center;
}

.btn {
    border-radius: 0px;
    width: 80px;
    height: 80px;
    display:       inline-block;
    padding:       8px;
    background:    #fff;
    border:        3px solid #66ccff;
    color:         #66ccff;
    font:          normal 700 30px/1 "Calibri", sans-serif;
    text-align:    center;
    margin: 5px;
    cursor: pointer;
}

.btn:active {
    background:    #eee;
    box-shadow:    0 0 0 0;

}
#settingsSwitch {
    margin: 5px;
    position: relative;
    float: left;
    cursor: pointer;
}

.control-btn {
    width: 19px;
    height: 15px;
    display:       inline-block;
    padding:       0;
    background:    #fff;
    border:        none;
    outline:       none;
    color:         #615A5F;
    font:          normal 700 15px/1 "Calibri", sans-serif;
    text-align:    center;
    cursor: pointer;
}

.control-btn:disabled {
    
    color:         #66ccff;
    box-shadow:    0 0 0 0;
    text-shadow:   0 0 0 0;
}

.start-btn {
    width: 100%;
    height: 80px;
    display:       inline-block;
    border: 0px;
    padding:       5px;
    background:    #fff;
    color:         #66ccff;
    font:          normal 700 35px/1 "Calibri", sans-serif;
    text-align:    center;
    cursor: pointer;
}

.tab-btn {
    width: 60px;
    height: 30px;
    display:       inline-block;
    padding:       5px;
    background:    #fff;
    border:        none;
    outline:       none;
    color:         #615A5F;
    font:          normal 700 15px/1 "Calibri", sans-serif;
    text-align:    center;
    cursor: pointer;
}

.tab-btn:disabled {
    background:    #66ccff;
    color:         #787076;
    box-shadow:    0 0 0 0;
    text-shadow:   0 0 0 0;
}



.space {
    margin: 10px;
}

.verticalText {
    padding: 5px;
    width: 10px;
    word-wrap: break-word;
    font-family: monospace;
    background-color: #fff;
}

.alt{
    background-color: #E5E3E4;
}

#content-1{
  margin: 5px;
  height: 375px;
  overflow: hidden;
}

.tableWrap {
    width: 100%;
}

table {
    
    margin: 0 auto;
    white-space: nowrap;
}

.retry {
    height: 20px;
    position: relative;
    width: 100%;
    height: 125px;
    margin-top: 15px;
    display:       inline-block;
    padding:       5px;
    border: 0px;
    background:    none;
    color:         #615A5F;
    font:          normal 700 35px/1 "Calibri", sans-serif;
    text-align:    center;
    cursor: pointer;
}

#countryCount {
    position: relative;
    margin-top: 50px;
}

#bottomBorder {
	height: 1px;
	width: 60%;
	margin: 30px auto;
	
	background: #fff;
}

.extrude {
    color: red;
    margin-right: 1px;
}

a{
    color: #615A5F;
    text-decoration: none;
}

.normalText {
    color: #615A5F;
}

.click {
    width:10px;
    height:10px;
    cursor: pointer;
    border:        none;
    outline:       none;
}

.article {
    padding: 10px;
    background: #fff;
    margin-left: 5px;
    max-width: 800px;
}

.articleNarrow {
    position: relative;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    max-width: 60%;
}

.article a {
    color: #66ccff;
}

.left-text {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}
.left-text-follow {
    background: #fff;
    margin-bottom: 40px;
    padding: 15px;
}

.game-text-right {
    background: #fff;
    margin-top: 15px;
    padding: 15px;
    margin-bottom: 60px;
    position: relative;
}

.big-text {
    font-size: 5em;
}

#sideMenuLeft {
    background: #fff;
    padding: 5px;
    margin-top: 15px;
    width: 120px;
}