.bugger 
{
    max-width: 300px;
position: fixed;
bottom:5px;
right: 30px;

}

.bugger-table td
{
/*    vertical-align: middle !important; */
}

.bugger-table tr>td:first-child
,.bugger-table tr>td:nth-child(2)

{
vertical-align: top;
font-size: 11px;
}

.btn-status 
,.btn-priority
{
min-width: 80px;
text-align: left;
border: 0px;
background:none;
}
.btn-status .caret
,.btn-priority .caret
{
    color: #ddd;
}
.btn-group.new > .btn
{
/*border-color: #990000; */
}
/*
.btn-group.pending > .btn
{
border-color: #009900;
}
.btn-group.opened > .btn
{
background-color: #88ff88!important;
}
.btn-group.pending > .btn
{
background-color: #090;
color: #fff;
}

.btn-group.closed > .btn
{
background-color: #aaa;
color: #000;
}
*/

.cls-3-high .bugger-priority-label
{
color: #f00;
}
.cls-2-med .bugger-priority-label
{
color: #E69400;
}
.pending .bugger-status-label
{
    color: #090;
}
.new .bugger-status-label
{
    color: #a00;
}

.add-comment
{
color: #ccc;
font-size: 11px;
}

.bugger-comment-box
{
border-radius: 0px;
box-shadow: none;
-webkit-box-shadow: none;
border: 1px solid #eee;
}

.bugger-comment 
{
    padding-left: 8px;
    border-left: 2px solid #B1425A;
    margin-top: 2px;
}

.comment-container
{
margin-top: 2px;
}
.reported-by {
color: #30a7fc;
}

.created-ts {
color: #999;
}

tr.opened > td:first-child 
{
    border-left: 4px solid #0032E2;
}
tr.new > td:first-child 
{
    border-left: 4px solid #a00;
}
tr.pending > td:first-child 
{
    border-left: 4px solid #090;
}



.bootbox textarea.form-control
{
height:150px;
}