html {

}

body {
  background-color: #3250A3;
  font-family: Arial, sans-serif;
  padding: 20px;
  font-size: 13px;
  line-height: 21px;
  color: #636363;
}

a {
  color: #3250A3;
}

#content {
  margin: 0px auto;
  padding: 20px;
  max-width: 1200px;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

h1 {
  font-weight: lighter;
  font-size: 62px;
  line-height: 70px;
  text-align: center;
  margin: 0px;
  margin-top: 50px;
  margin-bottom: 10px;
  color: black;
  letter-spacing: -0.05em;
}

h1.sub {
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 90px;
  color: #444444;
  letter-spacing: -0.01em;
}

h2 {
  font-weight: lighter;
  font-size: 32px;
  line-height: 40px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: black;
}

.tac {
  text-align: center;
}

.stal {
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

.wrapper {
  overflow: hidden;
}

  .wrapper .col {
    width: 33.3333%;
    float: left;
  }

  .wrapper .box {
    padding: 20px;
  }

  .wrapper .box img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 300px;
  }

.cols {
  overflow: hidden;
}

.cols .col {
  float: left;
}

.cols .col .p20 {
  padding: 20px;
  padding-top: 0px;
}


.cols .w25 {
  width: 25%;
}

.cols .w75 {
  width: 75%;
}


.border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.header {
  font-size: 22px;
  text-align: center;
  line-height: 32px;
  color: black;
  font-weight: bold;
  padding-top: 20px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.header .min {
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  font-weight: normal;
  width: 70%;
}


.sub-header {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  color: black;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 50px;
}



.info {
  padding: 20px;
  background-color: #ebeff3;
  border: 1px solid #ddd;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 22px;
}

.kwoty {
  overflow: hidden;
}

  .kwoty .box {
    width: 25%;
    float: left;
    text-align: center;
  }

  .kwoty .kwota {
    display: block;
    line-height: 50px;
    font-size: 20px;
    border: 2px solid #e8e8e8;
    margin: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    background-color: white;

  }

  .kwoty .kwota.current {
    border: 2px solid #4479BA;
    background-color: #f7f8fa;
  }




  .kwoty .kwota.inna {
    font-size: 14px;
  }

  .kwoty .kwota.inna input {
    font-size: 14px;

  }


#formularz {
  padding: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background-color: #f7f7f7;
}

#formularz .wait {
  position: absolute;
  top: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.66) url('spiffygif_90x90.gif') center center no-repeat;
  display: none;
}

input {
  font-size: 16px;
}

.name input {
  text-align: center;

  font-size: 32px;
  line-height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #4479BA;

}

#kwota {
  width: 50px;
}

.submit-wrapper {
  text-align: center;
  margin-top: 30px;
}

button#submit {
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
}


button#submit {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
button#submit:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
button#submit:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}



table {
  width: 100%;
}

table tr {

}

table tr td {
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}

table .amount {
  text-align: right;
  font-weight: bold;
}

.head {
  font-size: 24px;
  margin: 0px;
  line-height: 32px;
}



#uwagi {
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  margin-top: 30px;
}


.podziekowanie, .error {
  text-align: center;
  padding: 40px;
  font-size: 16px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 120px;

}

.podziekowanie h1, .error h1 {
  margin-bottom: 40px;

}

.podziekowanie p, .error p {
  font-style: italic;

}


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 768px) {

    .wrapper .col {
      width: 90%;
      float: none;
      text-align: center;
    }

    .cols .col {
      float: none;
      width: auto;
    }

    .cols .col .p20 {
      padding-top: 40px;
    }

	}


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 370px) {

    h1 {
      font-size: 44px;
      line-height: 52px;
    }

    h1.sub {
      font-size: 22px;
    }

    h2 {
      font-size: 26px;
      line-height: 32px;
    }

    .kwoty .box {
      width: 50%;
      float: left;
      text-align: center;
    }

    .name input {
      width: 90%;
    }

	}