@charset "utf-8";
/* CSS Document */

/* style.css */
img {
  max-width: 100%;

  /* Set all images to height: 10%, except the shotcaller image */
img:not([src*="shotcallerImage_login.gif"]) {
  height: 10% !important;
}

body{
  overflow-x: hidden;
  margin: 0;
  padding: 0;
   background-color:#234854;
         margin-top:50px;
}

table {
  width: 100% !important;
}
