

#rank_image {
    float: left;
    width: auto;
    max-width: 98%;
    height: auto;
    color: rgb(0, 0, 0);
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    margin-top: 50px;
    margin-left: 0%;
    clear: none;
}


#rankname {
    float: left;
    font-size: 1.50em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    color: rgb(73, 79, 78);
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei UI';
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 13;
    margin-top: 0px;
    margin-left: 49%;
    clear: none;
}

#presstocheck {
    float: left;
    font-size: 1.4375em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 12;
    margin-top: 10px;
    margin-left: 68%;
    clear: none;
}

#textspan {
    float: none;
    font-size: 0.9495975em;
    line-height: 1em;
    color: rgb(73, 79, 78);
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei UI';
}

#textspan1 {
    float: none;
    font-size: 0.9495975em;
    line-height: 1em;
    color: rgb(186, 54, 14);
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei UI';
}

#textspan2 {
    float: none;
    font-size: 0.9495975em;
    line-height: 1em;
    color: rgb(73, 79, 78);
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei UI';
}

#methodtoretrieve{
    float: left;
    font-size: 1.70em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    color: rgb(73, 79, 78);
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
    font-family: 'Microsoft YaHei UI';
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 11;
    margin-top: -20px;
    margin-left: 68%;
    clear: both;
}

#current_rank {
    float: left;
    width: 186px;
    max-width: 100%;
    height: auto;
    color: rgb(0, 0, 0);
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 6;
    margin-top: 20px;
    margin-left: 34.5%;
    clear: none;
}


#banner-desc.retrieved {
	margin-left: -27.5%;
}


#input {
    float: right;
    height: 50px;
    font-size: 20px;
    margin-right: 3%;
    margin-top: 48px;
    clear: none;
    width: 22%;
    font-weight: 400;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgb(251, 215, 79);
    border-right-width: 1.5px;
    color: rgb(255, 121, 0);
}

#input:hover{
	color: rgb(0, 0, 0);
	background-color: rgb(251, 215, 79);
}

#input[name='disabled']{
	background-color: #e6e2e1;
	color: #9e9e9e;
}



/*  4. responsive layout (736px)
---------------------------------------------*/

@media screen and (max-width: 736px) {



#input{
	float: right;
	height: 45px;
	font-size: 20px;
	margin-right: 50px;
	margin-top: -95px;
	clear: none;
	width: 42%;
}



#current_rank {
    float: none;
    width: auto;
    max-width: 100%;
    margin-top: 30px;
    margin-left: 20%;
    clear: none;
}

#rankname {
    float: none;
    text-align: center;  
    position: relative;
    z-index: 13;
    margin-top:  -80px;
    margin-left: 0px;
    clear: none;
}

#methodtoretrieve{
    float: none;
    font-size: 1.70em;
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-left: 0px;
    clear: none;
}

#presstocheck {
    float: none;
    font-size: 1.4375em;
    text-align: center;
    margin-top: 20px;
    margin-left: 0px;
    clear: none;
}




#rank_image {
    float: none;
    width: auto;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    clear: none;
}

#line1{
	margin-top: 100px;
}


}
