#omezovac_overlay {    position: fixed;    width: 100%;    height: 100%;    background-color: rgba(0,0,0,0.75);    top: 0;    left: 0;    z-index: 998;}#omezovac_notice {    position: fixed;    width: 100%;    height: 100%;    top: 0;    left: 0;    z-index: 999;    display: table;}#omezovac_notice .middle {    display: table-cell;    vertical-align: middle;}#omezovac_notice .content-box {    max-width: 100%;    background-color: white;    border: 1px solid black;    border-radius: 3px;    margin-left: auto;    margin-right: auto;    padding: 5px 10px;}#omezovac_notice .confirm_box {    margin-top: 25px;    width: 100%;    text-align: center;}#omezovac_notice .content-box .content {    color: black;}#top_info .content {    font-size: 24px;    line-height: 1;}@media only screen and (min-width: 500px) {    #omezovac_notice .content-box {        width: 500px;    }}@media only screen and (max-width: 1000px) {    #omezovac_notice {        position: absolute;    }}#top_info {    width: 100%;    text-align: center;    padding: 10px 10px 5px 10px;    background-color: red;    color: white;    /*position: absolute;    top: 0;    left: 0;    right: 0;*/    font-weight: bold;    z-index: 9998;    position: relative;}#top_info #top_info_base_link {    position: absolute;    top: 0;    left: 0;    right: 0;    bottom: 0;}@media only screen and (min-width: 1000px) {    #top_info .content{        /*width: 960px;*/        margin: 0 auto;    }}@media only screen and (max-width: 700px) {    #top_info .content {        font-size: 15px;        line-height: 1;    }}