#date_created{
  /*background-color: rgb(250, 250, 250);*/
  /*width: 100px;*/
  overflow: hidden;
}

.bwrfqX {
  table-layout: auto;
  width: 100%;
}

.bwrfqOFFX td {
  word-wrap: break-word;
}

.oddRow {
  background-color: none;
}

.evenRow {
  background-color: lightgray;
}

.bwrfqOFF {
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}

.bwrfqOFF td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Column widths are based on these cells */
.col-0 {
  width: 10px ;
}
/*Type*/
.col-1 {
  width: 50px ;
  text-align: left;
}
/*Number*/
.col-2 {
  width: 60px ;
  text-align: left;
  margin-left: 5px;
}

/*Date*/
.col-3 {
  width: 60px ;
  text-align: left;
  margin-left: 5px;

}
/*Submitted*/
.col-4{
  width: 65px ;
  text-align: left;
  margin-left: 5px;
}

/*Description*/
.col-5 {
  width: 380px;
  margin-left: 5px;

}

/*Attachemnt*/
.col-6 {
  width: 180px;
}
/*Control*/
.col-7 {
  width: 80px;
}

.rfqheading{
  margin-bottom: 20px;
}

.myLink{
  color: #004577;
  text-decoration: underline;
}

.myLink:hover{
  color: #444444;
}

table.rfq {
  /*border: 1px solid black;*/
  /*border-collapse:collapse;*/
  table-layout: fixed;
  width: 100%; 
}

table.rfq tr th:nth-child(0){
  width: 100px;
}

/*burger*/
table.rfq tr th:nth-child(1){
  width: 10px;
}

/*Type*/
table.rfq tr th:nth-child(2){
  width: 50px;
}

/*Number*/
table.rfq tr th:nth-child(3){
  width: 60px;
}

/*Date*/
table.rfq tr th:nth-child(4){
  width: 60px;
}

/*Submitted*/
table.rfq tr th:nth-child(5){
  width: 65px;
}

/*Description*/
table.rfq tr th:nth-child(6){
  width: 380px;
}

/*Attachemnts*/
table.rfq tr th:nth-child(7){
  width: 180px;
}

/*Control*/
table.rfq tr th:nth-child(8){
  width: 80px;
}


tr.rfqheader, tr.rfq, td.rfq, th.rfq {
  /*border: 1px solid black;*/
  border-collapse:collapse;
}

tr.rfqheader {
  cursor:pointer;
  display: table-row;
}
tr.rfq {
  display: none;
}
