/*  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=fcb2f289");
@import url("responsive.css?hash=c9d32cba");
.line-numbered {
    display: flex;
    font: 13px Consolas, monospace;
    line-height: 1.4;
}
.ln-nums {
    text-align: right;
    padding: 16px 8px 16px 16px;
    background: #f6f8fa;
    color: #999;
    border-right: 1px solid #e0e0e0;
    flex-shrink: 0;
    min-width: 40px;
}
.ln-nums span,
.ln-content span {
    display: block;
    height: 1.4em;
    line-height: 1.4em;
    white-space: pre;
}
