* {
    margin: 0;
    padding: 0;
}
*:focus {
    outline: none;
}
body {
    padding: 30px 30px 10px;
    margin: 0;
    min-width: 1090px;
    }
hr {
    height: 2px;
    border: none;
}
.container {
    width: 80%;
    max-width: 1150px;
    min-height: 600px;
    margin: 20px auto;
}
#head {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 20px;
    letter-spacing: 15px;
    font-weight: bold;
}
#head .above, #head .below {
    height: 20px;
}
#head .above {
    border-radius: 25px 25px 0 0;
}
#head .below {
    border-radius: 0 0 25px 25px;
}
#left-block {
    width: 20%;
}
.content button {
    display: block;
    position: relative;
    font-weight: 600;
    width: 150px;
    padding: 10px;
    margin: 10px auto;
    transition: all 0.5s;
    border: none;
    border-radius: 0;
}
#mid-block {
    width: 60%;
    border: none;
    font-size: 0.8em;
    line-height: 2em;
}
#mid-block p.title {
    text-align: center;
    font-size: 1em;
    margin: 10px 0;
}
#mid-block .divider {
    display: flex;
    height: 20px;
    line-height: 20px;
    font-size: 0.8em;
    position: relative;
    align-items: center;
    margin:5px 0 ;
}
#mid-block .error {
    text-align: center;
    margin: auto;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 100px;
}
#mid-block .loading {
    text-align: center;
    margin-top: 100px;
}
span.detail {
    display: inline-block;
    margin: 0 5px;
    font-size: large;
    font-weight: 600;
}
.divider .side {
    flex: 5;
    height: 1px;
}
.divider .mid {
    flex: 2;
    text-align: center;
}
#right-block {
    width: 20%;
}
#left-block, #right-block {
    margin-top: 30px;
}
#control {
    width: 100%;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 50px;
}
#control span {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    font-size: 2.5em;
    text-decoration: none;
    transition: all 0.2s;
    border-radius: 15px;
}
#footer {
    color: gray;
    font-size: small;
    text-align: center;
}
#footer a {
    color: gray;
    text-decoration: underline;
}
