/* OVERRIDE EGTEMPLATERESPONSIVE */
@media (min-width: 768px) {
  .leftSide,
  .rightSide {
    float: left;
    width: 46%!important;
  }
}
.egForm-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
textarea {
    resize:none!important;
    max-width: 300px
}
.egForm-control {
    height: 18px;
    font-size: 18px;
    width:100%;
    display: inline-block;
}
input {
    /*padding-right: 0!important;*/
    max-width: 300px
}
.rightSide {
  float: left;
  width: 80%;
}
.cardWrapper {
    width: 100%;
}
.eg_button {
	display: block;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
	width: auto;
	height: auto;
	padding: 5px 10px 5px 10px;
	background: rgb(66, 184, 221); /* this is a light blue */
	border-radius: 3px;
	border: none;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px #193c63;
	cursor: pointer;
	font-size: 14px;
}

a.eg_button {
	width: 130px;
}

.eg_button:hover {
	background-color: #378de5;
	background-image: none;
	color: White;
	text-decoration: none;
}

.eg_button:active {
	position: relative;
	top: 1px;
	text-decoration: none;
}

.eg_button:visited {
	color: White;
	text-decoration: none;
}
/* OVERRIDE EGTEMPLATERESPONSIVE */