/*body{font-family: 'Roboto Slab', serif;}*/

html, body {
    height: 100%;
  }
body {
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex-shrink: 0;
    padding: 3px;
    background-color: #eee;
    max-width: 455px;
}

#wrap{
    flex: 1 0 auto;
    /*
    width:100%;
    height: auto;
    margin:0 auto;
    */
    background-color: #D7D7D7;
    max-width: 460px;
}
.skin{
   display:block;
   width:100%;
   max-width:100%;
   height:auto;
}

@media all and (min-width: 768px){

}

@media all and (min-width:960px){
    
}
.word_table-pos{

   /* position: absolute;*/
    width: 100%;
    top: 0px;
}
table{
    width: 100%;
}

#words_div{
    margin-top: 20px;
    text-align: center;
    /*
    align-items: center;
    
    width: 100%;
*/
}

.words{
    font-weight: bold;
    font-size: 65px;
    margin:5px;
}

.word_btns{
    width: 90%;
    height: 70px;

}

.head_word_btns{
    display: inline-block;
    width: 20%;
    height: 70px;
}

button{
    border: none;
}

.loop_btns{
    width: 100%;
    height: 30px;
}

.video_container{
    width: 100%;
}

.navi_btns
{
    width: 40px; 
    height: 40px;
}

#header {
    background: #666;
    padding: 2px;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}
/*
.sticky-footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
}
*/

#head_table_div .head_table{
    width: 100%;
}
