body#view-issue-page .page-content,
form#bug-change-status-form,
form#report_bug_form {
    max-width: 1200px;
    margin: auto;
}


.page-content {
    max-width: 1500px;
    margin: auto;
}

td.column-date-submitted,
td.column-last-modified {
    min-width: 100px;
}

td.column-category,
td.column-category *,
td.column-status,
td.column-status * {
    white-space: nowrap;
}

td.small-caption.category {
    font-size: 12px;
    font-weight: normal;
}


.small-caption {
    font-size: 12px;
}

.widget-header {
    background: #2c5a7d !important;
    border-color: #2c5a7d !important;
}


html,
body {
    min-height: 100vh;
}

html,
body,
div#main-container,
.main-content {
    background: #f5fafd !important;
}

.bugnote-avatar-container-80,
.bugnote-avatar-80,
img.nav-avatar-40 {
    max-width: 32px !important;
    max-height: 32px !important;
    width: 32px !important;
    line-height: 32px !important;
}

textarea#description {
    max-width: 949px;
    width: 100% !important;
    min-height: 430px;
}

td.bug-description video,
td.bugnote-note video,
td.bug-description img,
td.bugnote-note img {
    max-width: calc(100% - 20px);
    display: block;
    border: 1px solid #ddd;
    margin: 0;
    max-height: 500px;
    /* background: #333333; */
}

div#markItUpDescription {
    width: 100%;
}

td.bug-description {
    max-width: 980px;
}

.code-toolbar {
    max-width: 800px;
}

pre.bbcodeplus.pre {
    margin-bottom: 0;
}

body#view-issue-page tfoot td .btn-group {
    padding: 10px 0px;
    background: #edf3f4;
}

body#view-issue-page tfoot {
    background: #edf3f4;
}

select.input-sm,
td.column-status * {
    text-transform: capitalize;
}

table#buglist tr td,
table#buglist tr th {
    padding-top: 10px;
    padding-bottom: 10px;
}

table#buglist tr th {
    padding-left: 10px;
    padding-right: 10px;
}

th.column-date-submitted {
    white-space: nowrap;
}

a.video-link {
    position: relative;
    display: inline-block;
    min-width: 300px;
    width: auto;
    min-height: 300px;
}

a.video-link::before {
    content: "\25BA";
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    background: #000;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    border-radius: 80px;
    padding-left: 7px;
}

td.small-caption {
    font-size: 13px;
    padding: 6px 8px !important;
}

.extend-header {
    line-height: 110%;
}

.google-view-wrapper {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #edf3f4;
    background: #edf3f4;
    text-align: center;
    max-width: 800px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.google-view-wrapper .google-iframe-wrapper {
    margin-bottom: 1em;
    position: relative;
    padding-top: 56.25%;
}

.google-view-wrapper .google-iframe-wrapper iframe {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


td.bugnote-note,
td.bug-description {
    word-break: break-all;
}


a[href*="jbt.github.io"] {
    white-space: nowrap;
    max-width: 600px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}