@charset "UTF-8";

#container { min-width: 940px; margin-top: 20px; position: relative; }

#question-amount { font-size: 1.5em; }

#quiz-question { margin-bottom: 20px; }

#option-list li { font-size:1.3em; }
#option-list li:hover { background-color: #eee; }

#quiz-info-zone { text-align: left; color: #f00; }

#quiz-operation-zone { text-align: right; }

#table-history { margin: 20px auto;}

p#lack-of-warning { font-size: 0.9em; margin-bottom: 50px; }

#links {
    text-align: center;
    margin: 20px auto;
}

.js-signs-span {
    font-size: 1em;
    color: #f60;
}

#buttons {
    text-align: center;
}

.google-ads-vertical {
    position: absolute; width: 160px; height: 600px; top: 40px;
}
#google-ads-vertical-left {
    left: 0px;
}
#google-ads-vertical-right {
    right: 0px;
}

#js-jump2question-text {
    width: 40px; font-size: 0.8em;
}
#js-jump2question-btn {
    font-size: 0.8em;
}

.figure {text-align: center; padding: 10px;}

.btn-nav-restart { margin-left: 20px; margin-right: 20px; }

/* 首页样式 Begin */
 #select-your-lang {
     width: 82%;
     height: 410px;
     margin: 5% auto;
     padding-top: 430px;
     padding-left: 18%;
     font-size: 1.5em;
     text-align: center;
     background-image: url("logo_300x405.jpg")/*tpa=http://newyork-driver-test.com/static/img/logo_300x405.jpg*/;
     background-repeat: no-repeat;
     background-position: center top;
 }
#select-your-lang li {
    list-style-type: none;
}
#select-your-lang li#select-your-lang-right {
    margin-top: 20px;
}
#select-your-lang a {
    display: block;
    width: 530px;
    height: 40px;
    padding: 5px;;
    text-align: center;
    line-height: 28px;
    border: 1px solid #66512c;
    background-color: #357ebd;
    color: #fff;
}
body#index #container h1 { text-align: center; font-size: 2em;}
/* 首页样式 End */
