/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
.pop {
  display: none;
  position: absolute;
  width: 57%;
  height: 63%;
  z-index: 1000;
  top: 18%;
  left: 22%;
  bottom: 39%;
  right: 0;
  background: red;
  text-align: center;
  overflow: auto;
  z-index: 10000;
  border: 6px solid #000;
  border-radius: 7px; }
