/*
html {
    font-size: 62.5%;
}
html {
    font-family: sans-serif;
}
*/

.inline-block{
	display: inline-block;
}

.textright{
   text-align: right;
}

.right{
	text-align: right;
}

a{text-decoration: none;}

.hide{display: none;}

/* cover the rest of the width after extracting the specify number */
.fillRight115{
	display: inline-block;
	width: calc(100% - 115px);
}

.fillRight180{
	display: inline-block;
	width: calc(100% - 180px);
}

.labelInput{
	display: inline-block;
	width: 110px;
}

input[readonly], input[readonly]:focus {
    background-color: rgba(197,   197,   197, 0.3);
    border: 1px solid #d1d1d1;
}

.rounded_corner {
    border-radius: 25px;
    margin: 15px auto; 
    width: 100%; 
    height: 100px; 
    line-height: 100px; 
    border: 4px solid #c4c4c4;   
    font-size: 300%;
}
.rounded_corner2 {
    border-radius: 25px;
    margin: 15px auto; 
    width: 100%; 
    height: 100px; 
    overflow: scroll;
    border: 4px solid #c4c4c4; 
}

.center{
	text-align: center;
}

body .noborder{
	border: none;
}

input:focus.gray-focus{
	border: 1px solid #c4c4c4;
	outline: 0 none;
}

#selector{display: none;}

#drag_message{
	display: none;
}

.margin15{
	margin-bottom: 15px;
}

#canvas {
    width: 100%;
    max-width: 600px;
    cursor: pointer;
}
#wheel{
	
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.font30{
	font-size: 30px;
}
.font25{
	font-size: 25px;
}
.inline{
	display: inline-block;
}
.right10{
	margin-right: 10px;
}
.right20{
	margin-right: 20px;
}
.lineHeight89{
	line-height: 89px;
}
.lineHeight40{
	line-height: 40px;
}
.top15{
	position: relative; top: 15px;
}
.logo{
	vertical-align:middle;
}
#containerHeader{
	margin: 25px 0;
}
#containerHeader a{
	font-size: 18px;
	white-space:nowrap;
}
#containerHeader a:hover{
	color: #1eaedb;
}
.borderTB{
	border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.fullWidth{
	width: 100%;
}
.button.vocab{
	text-transform: none;
}
.width30{
	width: 30px;
}
.width40{
	width: 40px;
}
/*
#footerBackground{
	width:100%; background : url("http://www.slickschool.com/img/footer.jpg") repeat-x scroll center bottom transparent; display:table; height: 100%;
}
#headerBackground{
	width:100%; background : url("http://www.slickschool.com/img/header.png") repeat-x scroll center top transparent;  display:table; height: 100%;
}
#container{
	display: block;
    height: 100%;
    min-height: 1200px;
}

*/

/* For devices larger than 400px */
@media (min-width: 300px) {

}

@media (min-width: 400px) {
	
}

@media (min-width: 500px) {
}

@media (min-width: 600px) {
  .large-left{text-align: left;}
}

