
.splashscreen {
	 position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: hidden;
    z-index: 9999;
    height: 100%;
    background:url('../images/splash_bg.jpg');
    background-size: cover;
}
.table-striped tr:nth-child(even) {
    background-color: #d1e1ff;
  }