/* */
body{
    background: #f0ece038;
}

.maincontent{
    padding: 1rem;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.note{
	font-size: .9em;
    /*padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;*/
}

.keywords{
    color: white;
    background: red;
    margin: .1rem 0;
    padding: .1rem 0;
}

#constructloading{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.5);z-index:15000;}
#constructloading img{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;}

#tortoise{
    background: url("/common/tortoise/readying.png") no-repeat scroll 0 0  transparent;
    display: block;
    height: 250px;
    width: 149px;
    overflow: hidden;
    border-color: red;
    position: fixed;
    margin:-125px 0 0;
    right: 0;
    top:80%;
    z-index: 12;
}
#tortoise .tortoiseReadying{
    background: url("/common/tortoise/readying.png") no-repeat scroll -149px 0;
    display:none;
    height:250px;
    width: 149px;
    z-index:11;
    overflow: hidden;
    position: absolute;
}

#tortoise .tortoiseReadying .tortoiseFlying{
    background: url("/common/tortoise/flying.gif") no-repeat;
    display:none;
    height:250px;
    width: 149px;
    z-index:10;
    overflow: hidden;
    position: absolute;
}

.newton {
    background: url('/common/images/newton.png') no-repeat scroll 0 0 transparent;
    display: block;
    height: 64px;
    width: 64px;
    overflow: hidden;
    border-color: red;
    position: fixed;
    margin: -225px 45px 0px;
    right: 0;
    top: 80%;
    z-index: 12;
}

@media screen and (max-width: 600px) {
    .newton {
        background-size: 70% 70%;
        margin: -180px 4px 0px;
    }


    #tortoise{
        width: 120px;
        margin:-125px 0 0;
    }
    #tortoise .tortoiseReadying{
        width: 120px;
    }

    #tortoise .tortoiseReadying .tortoiseFlying{
        width: 120px;
    }
}

.contents strong em{
    font-weight: bolder;
    color: white;
    background-color: blue;
    padding: .3rem;
}