/* ==========================================================================
   Description: Result card formatting.
   Author: ETM
   Version: 1.0.0
   ========================================================================== */


.lotto-card {
  /*position: relative; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-wrap: break-word;
  background-color: hsl(0deg, 0%, 100%);
  background-clip: border-box;
  border: 1px solid black;
  border-radius: 30px;
  overflow: hidden;
  max-width:275px;
  min-width:275px;
  min-height:450px;
  max-height:450px;
  
}

hr.divider-line{
  width:100%;
  height:5px !important;
  border: 0;    
  opacity: 1;
  margin:0;
}

/* TODO Implement center slide zoom 
div.slick-center{} */

