html, body {
    height: 95%;
    width: 100%;
    padding: 0;
    margin: 0;
    word-break: break-all;
}

#content {
    width: 100%;
    padding: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

/*#content img {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/

img.lazy {
    max-width: 100%;
    width: 500px;
    height: 390px;
    display: block;
    margin: auto;
    background-color: #ffffff;
    background-image: url(/static/tourguide/img/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
}

img.lazy_loaded {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.content_preview_out {
    width: 385px;
    height: 780px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-top: 110px;
    background: url('/static/tourguide/img/bgiphone.png') no-repeat;
}

.content_preview_in {
    width: 87%;
    max-height: 520px;
    overflow-y: auto;
    margin: auto;

    display: flex;
    flex-direction: column;
    min-height: 520px;
}

.content_phone {
    width: 93%;
    height: 100%;
    margin: auto;

    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.footer {
    /*font-size: 80%;*/
    text-align: center;
    /*position: relative;*/
    position: fixed;
    /*padding-bottom: 10px;*/
    /*bottom: 10px;*/
    bottom: 0;
    background-color: #f5f5f5;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    font-weight: bold;
    color: #208ab3;
    /*background: url(/static/tourguide/img/more.jpg) #f5f5f5 no-repeat;*/
    /*background-position: right bottom;*/
}

.user_report_footer {
    text-align: right;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    /*padding-top: 20px;*/
    padding-right: 15px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.article_link, .ma3youlink, .form_link, .tel_link, .doc_preview, .map_link {
    width: 98%;
    text-align: center;
    margin: 10px auto;
}

.article_link .doc_preview .form_link > a, .doc_preview > a {
    text-decoration: none;
}

.article_link .form_link > a:hover, .doc_preview > a:hover, .map_link > a:hover {
    text-decoration: none;
}

.panel-body {
    color: #000;
    font-weight: bold;
}

.bg_tel > span {
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin: 10px;
}

.bg_tel > a {
    font-size: 22px;
}

.sm_tel > span {
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
}

.doc_preview_show_imgs {
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 98%;
}

.doc_preview_show_imgs > img {
    max-width: 100%;
}

.doc_type_img {
    width: 60px;
    /*float: left;*/
    margin-right: 20px;
}

.link_arrow {
    width: 15px;
    float: right;
}

.link_arrow_doc {
    width: 10px;
    float: right;
}

.article_link_title {
    display: inline-block;
    width: 90%;
}

.doc_footer {
    height: 35px;
}

.doc_preview_running {
    text-align: center;
    margin: auto;
    margin-top: 60px;
    font-size: 18px;
}

.doc-view-back {
    padding: 5px;
    position: fixed;
    top: 0;
    background-color: #f5f5f5;
    width: 100%;
}

.doc-view-content {
    margin-top: 50px;
}