.jira-blockers-report {
    color: cornflowerblue;
}

div.report-header, div.report-table, div.report-controls {
    padding-left: 20px;
    padding-top: 20px;
}

div.error-msg {
    color: red;
    padding-bottom: 10px;
}

div.report-table th {
    text-align: left;
    min-width: 100px;
    padding: 4px 6px 2px;
    background-color: #f0f0f0;
    border-bottom: 1px #d0d0d0 solid;
}

div.report-table td {
    padding: 3px 6px;
}

div.report-table .numeric {
    padding-right: 4px;
    text-align: right;
}

div.table-inline {
    float: left;
    width: 336px;
    position: relative;
}

div.table-inline table {
    width: 336px;
}

div.report-controls {
    width: 98%;
}

div.report-controls td {
    padding: 3px 6px;
}

tr.zebra {
    background-color: #f8f8f8;
}

#should-resolve th,
#should-resolve td {
    width: 80px;
    min-width: 80px;
}

#should-resolve .sev-icon {
    width: 50px;
    min-width: 50px;
    text-align: center;
}

#should-resolve .sev-icon div {
    position: relative;
}

#should-resolve .sev-problem {
    width: 100%;
    min-width: 0;
}

div.table-help {
    position: absolute;
    right: 0;
    top: 0;
}

div.table-help .table-help-toggle {
    border-color: #F0F0F0 #F0F0F0 #D0D0D0 transparent;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    padding: 3px 5px 2px;
    position: absolute;
    right: 0;
    top: 20px;
}

div.table-help  .table-help-help {
    background-color: lemonchiffon;
    display: none;
    margin-right: 18px;
    margin-top: 0;
    padding: 6px;
    position: relative;
    top: 20px;
    width: 302px;
}

.field-description {
    font-size: 80%;
}

button.refresh {
    left: 50%;
    margin: 0 0 0 -50px;
    position: absolute;
    float: none;
    background: none repeat scroll 0 0 #EEEEEE;
}

#panel-target {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    overflow: hidden;
    padding-bottom: 24px;
}