    body {
      padding-top: 5rem;
    }
    main {
	font-size: 80%;
    }
    .starter-template {
      padding: 3rem 0.5rem;
      text-align: left;
    }
    h2 {
      text-align:center;
    }
    h5 {
      text-align: center;
    }
    h5.timestamp {
      font-size: 0.8rem;
    }
    .container {
      margin: 0 auto;
    }

    tr.row-rotate th {
      height: 165px;
      white-space: nowrap;
    }

    tr.row-rotate th > div {
      transform:
        rotate(315deg)
	translate(-1.2vw, 0);
      width: 30px;
    }

    tr.row-rotate th > div > span {
	padding:10px;
    }

    tr td:nth-child(2n+3) {
	background: #efefef;
    }

    .table td {
      border: 1px solid #dee2e6;
    }

    .high-priority {
	color: #721c24;	
    }

    .med-priority {
	color: #856404;
    }

    .low-priority {
	color: #383d41;
    }
    
    ul.long-items {
        word-wrap: break-word;
    }

    ul.long-items li{
        padding-bottom: 10px;
    }
    main.container a{
        font-weight: bold;
        font-size: 110%;
    }
    .form-control{
        display:inline!important;

    }
    .draftdiff-form {
        text-align: center;
    }
    .draftdiff-form button {
        vertical-align: baseline;
    }
    .draftdiff-form input[type='text'] {
           width: 60%;
    }
    tr.closed {
        background-color: cornsilk;
    }
    tr td.cell-total {
        font-weight: bold;
    }
table#botedits{
        margin: 0 auto;
        font-size: 120%;
}
.jquery-modal > .modal{
        max-width: none;
        width: 80%; 
        overflow: initial;
        margin-top: 70px;
        font-size: initial;
}
table.diff {
        /*table-layout: fixed;*/
        width: 100%;
}
table.diff td {
        width: max-content;
        font-family: monospace;
}
table.diff td:nth-child(3n) {
        word-wrap: anywhere;
}
table.diff td.diff_header {
        text-align: center;
}
table.diff td.diff_next a {
        display:none;
}
span.diff_sub {
        background-color: #faa;
}
span.diff_add {
        background-color: #afa;
}
span.diff_chg {
        background-color: #ff7;
}
