.delete{
    color:red;
    text-decoration: none;
}

.delete:hover{
    color:red;
    text-decoration: none;
}
#btnSend{

height:45px;
width:100px;
} 


td{

font-size:13px;
font-weight:bold;
color:#ffffff;
border:1px solid blue;
text-align:center;
padding:10px;
background:#1C6EA4;
background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}

#myProgress {
  width: 100%;
  background-color: grey;
}

#myBar {
  width: 1%;
  height: 30px;
  background-color: green;
}