/* Table styling */
table thead th{
  background:#dfe6ea;
  font-size:14px;
  padding:20px 0px 15px;
  font-weight:bold;
  border:1px solid #a4b9c4;
  text-align:center;  
  }
table tbody td {
  width:125px; text-align:center;  
  padding:9px 0px;
  border:1px solid #a4b9c4;
  }
table tr:hover td {
  background-color:#ccc;
  }
.info-box p, .download-box p, .notification-box p, .error-box p {margin-bottom:0px}
/* Information box */

.info-box {
  font-size:11px;
  padding:20px 30px 20px 110px;
  color:#64757f;
  margin-bottom:15px;
  background:#e1f2fc;
  border:1px solid #68a2cf;
  position:relative;
  height:1%;
}
  .info-box p.icon {
    position:absolute;
    left:34px;
    top:16px;
    margin:0;
  }

/* Download box */

.download-box {
  font-size:11px;
  padding:20px 30px 20px 110px;
  color:#697a58;
  margin-bottom:15px;
  background:#eeffdd;
  border:1px solid #a3c159;
  position:relative;
  height:1%;
}
  .download-box p.icon {
    position:absolute;
    left:34px;
    top:16px;
    margin:0;
  }

/* Notification box */

.notification-box {
  font-size:11px;
  padding:20px 30px 20px 110px;
  color:#79725b;
  margin-bottom:15px;
  background:#fef7e0;
  border:1px solid #e6c555;
  position:relative;
  height:1%;
  }
  .notification-box p.icon {
    position:absolute;
    left:34px;
    top:16px;
    margin:0;
    }

/* Error message box */
 
.error-box {
  font-size:11px;
  padding:20px 30px 20px 110px;
  color:#7e6c6c;
  margin-bottom:15px;
  background:#feebeb;
  border:1px solid #ff9999;
  position:relative;
  height:1%;
  }
  .error-box p.icon {
    position:absolute;
    left:34px;
    top:16px;
    margin:0;
    }


