.outer-div
{
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.inner-div
{
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.back {
    width: 100%;
    height: 100%;
    background: #aeaeae;
}
.abs {
    position: absolute;
}
.block {
    top: 26px;
    left: 50px;
    right: 40px;
    bottom: 20px;
    display: none;
}
ul.circle {
    list-style-type:none;
    top: 284px;
    left: 98px;
}
ul {
    list-style-type:none;
    top: 273px;
    left: 114px;
}
li {
    font-size: 18px;
    display: inline;
    padding-right: 36px;
}
ul.circle li {
    border-radius: 30px;
    background-color: #fff;
    border: 2px solid #222;
    font-size: 28px;
    padding-right: 56px;
    padding-top: 24px;
    margin-right: 10px;
    display: inline;
}
a {
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
    text-decoration: none;
    color: #222;
    margin-right: 20px;

}
a:hover {
    color: #000;
}
a:visited {
    font-weight: bold;
}

.tabs {
    background: #545454;
    /*font-family: monostace;*/
    top: 58px;
    width: 100%;
    height: 100%;
}
.tabs p {
    top: 16px;
    /*font-family: monostace;*/
}
p {
    font-size: 44px;
    /*font-family: monostace;*/
    top: 48px;
    left: 70px;
    color: #cecccc;
    line-height: 44px;
}
#one {
    display: block;
}
div:target {
    display: block;
}
div[id*=tab]:target {
    display: block;
}
div[id*=tab]:target ~ #tab {
    display: block;
}
div[id*=t]:target ~ #one {
    display: none;
}