/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=843d5d5f");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=d0e24377");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f288");
@import url("responsive.css?hash=c9d32cba");
/* === se_square mobile fix === */
@media (max-width: 767px) {

  /* === se_square FINAL viewtopic mobile fix === */
@media (max-width: 767px) {

    html, body {
        width: 100%;
        overflow-x: hidden !important;
    }

    body.viewtopic .post,
    body.viewtopic .postbody,
    body.viewtopic .content,
    body.viewtopic .inner {
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }

    body.viewtopic .postprofile {
        float: none !important;
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }

    body.viewtopic .postprofile dd,
    body.viewtopic .postprofile dt {
        margin: 0 !important;
    }

    body.viewtopic pre,
    body.viewtopic code,
    body.viewtopic .codebox,
    body.viewtopic .codebox pre {
        max-width: 100% !important;
        overflow-x: auto !important;
        white-space: pre-wrap !important;
        word-break: break-word;
        box-sizing: border-box;
    }

    body.viewtopic blockquote {
        max-width: 100%;
        margin: 0 !important;
    }

    body.viewtopic img,
    body.viewtopic iframe,
    body.viewtopic video {
        max-width: 100% !important;
        height: auto !important;
    }

    body.viewtopic .signature {
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: break-word;
    }

}

