@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);



p {
color:#000000;
font-size:18px;
line-height:150%;
font-family: proxima-nova,sans-serif;
text-align:left;
}

.example{
    font-family: proxima-nova,sans-serif;
}

.feedback-input {
  color:black;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: 0px;
  line-height: 20px;
  background-color: #ffffff;
  border:1px solid #c0c0c0;
  transition: all 0.3s;
  padding: 17px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:1px solid #eeeeee; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  }

[type="submit"] {
  font-family: proxima-nova,sans-serif;
  width: 300;
  border-radius : 8px;
  background:#334999;
  border: 1px solid #333;
  cursor:pointer;
  color:white;
  font-size:16px;
  padding-top:20px;
  padding-bottom:20px;
  transition: all 0.3s;
  margin-top:10px;
  font-weight:900;
}

[type="submit"]:hover {
 background:#2d4086;
  color:white;
 }

[type="button"] {
  font-family: proxima-nova,sans-serif;
  width: 300;
  border-radius : 8px;
  background: transparent;
  border: 1px solid #333;
  cursor:pointer;
  color:black;
  font-size:16px;
  padding-top:20px;
  padding-bottom:20px;
  transition: all 0.3s;
  margin-top:10px;
  font-weight:900;
}
[type="button"]:hover {
 background: #e0e0e0;
  color:black;
 }

select {
  -webkit-appearance: none;
  appearance: none;
  border:1px solid #c0c0c0;
  border-radius: 0px;
  font-size:20px;
  color: #000000;
  padding: 13px;
  margin-bottom: 15px;
  background-color: white;
  width: 100%;
  line-height: 20px;
  background: #ffffff url(./arrow.png) no-repeat right 50px center / 25px auto;
}


.txt{
    display: inline-block;
    width: 100%;
    padding: 0.5em;
    border: 1px solid #999;
    box-sizing: border-box;
    background: #f2f2f2;
    margin: 0.5em 0;
}


.chkbox input[type=checkbox] {
	width:			15px;
	height:			15px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}