body {
  		padding-top:70px;
  		background-image: url("/assets/pics/background.jpg");
  		background-attachment: fixed;
  	}
a .panel {
  		color: black;
  	}
a .panel-default:hover {
  	    text-decoration:none;
  	    background-color:#E0F0FF;
  	}

table td,
table th {
    background-color: #fff !important;
  }
  	
table {
    border-collapse: collapse !important;
  }
  
table {
  width: 100%;
  margin-bottom: 20px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table .table {
  background-color: #fff;
}

.col-md-8, .col-md-3 {
    background-color: #ffffff;
    opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
    border-radius: 4px;
}

.panel {
    background-color: #ffffff;
    opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}