@charset "UTF-8";

a.book {
    display:block;
    width:270px;
    margin:0 auto;
}

.form{
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: .8em;
    background: #fff;
}

.form div{
    flex-grow: 1;
    width: 50%;
    align-self: flex-end;
    padding:0 2px;
}

.form .central {
    width: auto;
    flex-grow: 0;
    overflow: visible;
    margin: .5em .2em 0;
    white-space: nowrap;
    padding: 0 0 0 .3em;
    line-height: 1.25em;
}

.form .efind {
    border: solid 1px #555;
    border-radius: .25em;
    box-shadow: 0px 0px 3px #ccc;
}

form a {
    color:#777;
    padding:0 .2em;
    display:inline-block;
}

form .sans-serif a{
    font-size: small;
    padding-bottom:.3em;
}

form input[type="text"] {
    border: none;
    display: inline-block;
    width: 12rem;
}

.container{
    padding: 1em 0;
    border-top: solid 1px #ccc;
    min-height: 270px;
    text-align: center;
    background: #fff;
}

#g {
    margin: 0 auto;
    overflow: auto;
    font: normal 0.8rem arial,tahoma;
    max-width: 800px;
}

#g h1 {
    font-size:1.15em;
    color:#888;
    margin-top:137px;
}

#g .intro {
  font:normal 1em arial;
  display:flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content:center;
}

#g .intro div{
    width:390px;
    text-align:left;
}

#g dl {
  padding:2em 0 0 1.5em;
}
#g dt {
  font:bold 1.1em arial;
}

#g p {
    font:normal 10px verdana;
    color:#337;
    padding:0 0 7px 15px
}


.scroll {overflow: auto;}

#t {
    width:100%;
    background:#fafaff;
}

#t tr:nth-child(1){
    background:#acf;
    vertical-align:bottom;
}

#t,#t td,#t th{
    border-collapse:collapse;
    border:solid 1px #aaa;
    font:normal 13px trebuchet ms,tahoma;
}

#t th, #t td {
    padding:2px 4px;
    vertical-align:middle;
    white-space:nowrap;
    text-align:center;
}


#t th:nth-child(2){
    background:gold;
}

#t td:nth-child(3),#t td:nth-child(5){
    text-align:left;
}

#t td:nth-child(1){
    white-space:nowrap;
}

#t select{
    margin:0;
    background:transparent;
    border:none 0 transparent;
    max-width:85px
}

#t td div {display:inline;border:solid 1px #666;}

#t td span {background:#ff0;padding:0 1px;}

.pages {
    display:flex;
    font:normal 11px verdana;
    margin:5px auto;
    text-align:left;
}
.pages a{
    padding:.1em .5em;
    cursor:pointer;
    background:white;
    color:blue;
    text-decoration:none;
}
.pages a:hover{color:blue;}
.pages a.mark {background:red;color:white;}
.pages a.free {background:white;text-decoration:underline;}

/*
.modal {
    display: block;none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:url(/images/spin-king.svg) no-repeat center center;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: wait;
    overflow:visible;
    z-index:9999;
}
*/