/* ~~ bugs table ~~ */
.table th, .table td {
  text-align: center;
}
.table th {
  font-weight: bold;
  background-color: #FC6;
}
.table .issue_close {
        opacity: 0.35;
}
.table .type_issue {
        background-color: rgb(255,245,245);
}

/* ~~ bugs header ~~ */
.bugs_header {
	padding: 10px 0;
	background: #42413C;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
        text-align: center;
        font-size: 20px;
        color: white;
}

/* ~~ popover correction ~~ */
.popover-content p{
        padding-left: 0px;
}