.wiz{
  width: 600px;
}

@media screen and (max-width: 600px) {
  .wiz {
    width: 400px;
  }
}

@media screen and (max-width: 400px) {
  .dane h3 {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 400px) {
  .dane p {
    font-size: 13px !important;
  }
}

.masthead-brand, span.ext{
  font-family: "Courier New" !important;
}

.back a, a:focus, a:hover {
  color: #6c757d !important;
}

.back {
  filter: invert(1);
}

img.logocol {
  width: 45px;
}

span.ltrText {
  direction: rtl;
  unicode-bidi: bidi-override;
}

tr, td, table {
  height: 300px;
  width: 100%;
  text-align: center;
}

.logo {
  height: 50%;
}

.cardm:hover {
  box-shadow: 0 0 50px #FDEFD2;
}

.cardm {
      text-align: center;
      color: #FFFFFF;
      width: 100%;
      height: 300px;
      transition: 2s;
      transform-style: preserve-3d;
      position: relative;
      background-image: radial-gradient(#F1F1F1, #D4D6DA);
    box-shadow: 0 0 2px #FDEFD2;
    }
  
  .flipper {
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 10px;
      perspective: 1000px;
    }
  
  .flipper.flip .cardm {
      transform: rotateY(180deg);
    }
  
  .front,
    .back {
    position: absolute;
      width: 100%;
      padding: 5px;
      backface-visibility: hidden;
    cursor: pointer;
      top: 0;
      left: 0;
    }
  
  /* front pane, placed above back */
    .front {
      z-index: 2;
      /* for firefox 31 */
      transform: rotateY(0deg);
      height: 100%;
    background-image: radial-gradient(#F1F1F1, #C8CBD0);
    }
    /* back, initially hidden pane */
    .back {
      transform: rotateY(180deg);
    background-image: radial-gradient(#F1F1F1, #C8CBD0);
      height: 100%;
    
    
    }
	
.flag
	{	
		height: 15px;
	}