.content-block {
	padding-bottom: 20px;

}
.key-value-pair__key {
    color: #b1b1b1;
    float: left;
    font-size: 14px;
    padding: 0 10px 0 0;
    width: 40%;
    word-wrap: break-word;
}
.key-value-pair__value {
    float: left;
    width: 60%;
    word-wrap: break-word;
}


.game-schedule__activity-tabs {
  float: left;
}
.game-schedule__activity-tabs .pill-button {
  margin-right: 10px;
}
.game-schedule__week-picker {
  float: right;
  width: 300px;
}
.game-schedule__week-picker__select {
  background-color: #555;
  overflow: hidden;
  height: 40px;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 200px;
  margin-right: 10px;
}
.game-schedule__week-picker__select select {
  width: 140%;
  text-shadow: 0 -1px black;
  position: relative;
  cursor: pointer;
  padding: 0 40px 0 20px;
  -webkit-font-smoothing: antialiased;
  font-family: Open sans, sans-serif;
  color: white;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  border: 0;
}
.game-schedule__week-picker__select::before {
  position: relative;
  text-align: right;
  font-size: 18px;
  margin-right: 20px;
  margin-bottom: -40px;
  height: 40px;
  pointer-events: none;
  color: white;
  content: "\f104";
  display: block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.game-schedule__week-picker__select select {
  font-size: 14px;
  padding-left: 10px;
}

.game-schedule__week-picker__controls .game-schedule__week-picker__button--back {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 5px;
  background-color: #555;
  width: 40px;
  float: left;
}
.game-schedule__week-picker__controls .game-schedule__week-picker__button--forward {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #555;
  width: 40px;
  float: left;
}

.game-schedule__next-week {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.game-schedule__next-week__button__icon {
  margin-left: 4px;
  margin-right: 2px;
}
.game-schedule__note {
  background-color: #fcf8e3;
  color: #8a6d3b;
  padding: 0 10px;
  -webkit-box-shadow: inset 0 0 0 1px #f2e187;
  -moz-box-shadow: inset 0 0 0 1px #f2e187;
  box-shadow: inset 0 0 0 1px #f2e187;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  float: left;
  padding: 0 20px;
  margin-top: 20px;
}
.game-schedule__note a {
  color: #66512c;
  border-bottom: 1px solid #deceb3;
}
.game-schedule__note a:hover {
  color: #43351c;
  border-bottom: 1px solid #66512c;
}
.game-schedule__note a {
  color: #66512c;
  border-bottom: 1px solid #deceb3;
}
.game-schedule__note a:hover {
  color: #43351c;
  border-bottom: 1px solid #66512c;
}
.game-schedule__list {
  width: 100%;
  float: left;
}
.game-schedule__day {
  width: 100%;
  float: left;
}
.game-schedule__day h4 {
  clear: both;
  padding: 0;
  line-height: 40px;
  margin-top: 10px;
  border-bottom: 1px solid #eee;
}
.game-schedule__day .game-schedule-event {
  float: left;
  padding: 10px 0;
  -webkit-box-shadow: inset 0 -1px #eee;
  -moz-box-shadow: inset 0 -1px #eee;
  box-shadow: inset 0 -1px #eee;
  width:100%;
}


.game-schedule__day .game-schedule-event.is-home-game .home-team {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #337ec3;
  color: #ffffff;
}
.game-schedule__day .game-schedule-event.is-home-game .away-team {
  background-color: #e5e5e5;
  color: #181818;
}
.game-schedule__day .game-schedule-event.is-home-game a:hover .home-team {
  background-color: #428bce;
}
.game-schedule__day .game-schedule-event.is-home-game.is-game-between-other-clubs .home-team {
  background-color: #e5e5e5;
  color: #181818;
  -webkit-box-shadow: inset 0 -1px white;
  -moz-box-shadow: inset 0 -1px white;
  box-shadow: inset 0 -1px white;
}
.game-schedule__day .game-schedule-event.is-away-game .home-team {
  background-color: #e5e5e5;
  color: #181818;
}
.game-schedule__day .game-schedule-event.is-away-game .away-team {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #337ec3;
  color: #ffffff;
}
.game-schedule__day .game-schedule-event.is-away-game a:hover .away-team {
  background-color: #428bce;
}
.game-schedule__day .game-schedule-event.is-away-game.is-game-between-other-clubs .home-team {
  -webkit-box-shadow: inset 0 -1px white;
  -moz-box-shadow: inset 0 -1px white;
  box-shadow: inset 0 -1px white;
}
.game-schedule__day .game-schedule-event.is-away-game.is-game-between-other-clubs .away-team {
  background-color: #e5e5e5;
  color: #181818;
}
.game-schedule__day .game-schedule-event .team-container {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30%;
  float:left;
}
.game-schedule__day .game-schedule-event .team-container .home-team,
.game-schedule__day .game-schedule-event .team-container .away-team {
  text-align: center;
  font-weight: 600;
}

.game-schedule__day .game-schedule-event .game-schedule-event-data {
  width: 69%;
  float: right;
}
.game-schedule__day .game-schedule-event .game-schedule-event-data .event-data-left {
  float: left;
}
.game-schedule__day .game-schedule-event .game-schedule-event-data .event-data-left .home-or-away {
  font-weight: 600;
  float: left;
  width: 80px;
}
.game-schedule__day .game-schedule-event .game-schedule-event-data .event-data-left .time {
  float: left;
}
.game-schedule__day .game-schedule-event .game-schedule-event-data .event-data-right {
  float: right;
}
.game-schedule__day .game-schedule-event .game-schedule-event-data .event-data-right .field {
  font-weight: 600;
  width: 120px;
  float: left;
}
.game-schedule__day .game-schedule-event .game-schedule-event-data .event-data-right .game-id {
  width: 100px;
  float: right;
  font-size: 14px;
  text-align: right;
}
.game-schedule__day .game-schedule-event .game-schedule-event-comments {
  float: right;
  width: 69%;
  line-height: 24px;
  color: #989898;
}
.game-schedule__day .game-schedule-event .game-schedule-event-comments .eventscratched {
  color: #981200;
}
.game-schedule__day .game-schedule-event .game-schedule-event-comments .away-uniform {
  font-weight: 600;
  color: #181818;
}
.game-schedule-day-events__comment {
  color: #b1b1b1;
  font-size: 14px;
}
.game-schedule-pool {
  float: left;
  padding-top: 10px;
}
.game-schedule-pool .game-schedule-pool__info__label {
  color: #b1b1b1;
}
.game-schedule-pool .game-schedule-event:last-child {
  padding-bottom: 20px;
  -webkit-box-shadow: inset 0 -2px #337ec3;
  -moz-box-shadow: inset 0 -2px #337ec3;
  box-shadow: inset 0 -2px #337ec3;
}
.game-schedule-day--pools
 .game-schedule-event {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: inset 0 -2px #337ec3;
  -moz-box-shadow: inset 0 -2px #337ec3;
  box-shadow: inset 0 -2px #337ec3;
}

@media all and (max-width: 980px){
  .game-schedule__day .game-schedule-event .team-container {
    width:100%;
  }

  .game-schedule__day .game-schedule-event .game-schedule-event-comments, .game-schedule__day .game-schedule-event .game-schedule-event-data {
    float: left;
    width: 100%;
  }
}

.table-container table tbody tr {
    border-bottom: 1px solid #fbfbfb;
    font-size: 12px;
}
.table-container table tbody tr:nth-child(2n) {
    background-color: #f9f9f9;
}
.table-container table tbody tr.table-row--my-team td {
    -moz-osx-font-smoothing: grayscale;
    background-color: #337ec3;
    color: #fff;
}

.calendar__month {
    box-shadow: 0 2px #eee inset;
    padding-top: 40px;
}
.calendar__month__header {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
}

.calendar__month__header__title {
    font-size: 24px;
}
.calendar__day {
    overflow: hidden;
}
.calendar__day__date {
    border-bottom: 1px solid #d5d5d5;
    margin-top: 20px;
}
.calendar-item {
    border-bottom: 2px solid #d5d5d5;
    padding: 6px;
}
.calendar-item__date-from {
    line-height: 30px;
    overflow: auto;
}
.calendar-item__date-from .calendar-item__date__day {
    background-color: #337ec3;
    border-radius: 30px;
    color: white;
    float: left;
    height: 30px;
    text-align: center;
    width: 30px;
}
.calendar-item__date-from .calendar-item__date__month {
    color: #337ec3;
    float: left;
    font-weight: bold;
    margin-left: 4px;
}
h4.calendar-item__title {
    line-height: 24px;
    min-height: 24px;
}
.calendar-item__location {
    display: inline;
    font-style: italic;
}
.calendar-item__content {
    font-size: 14px;
    line-height: 21px;
}
p.calendar-item__description {
    padding: 0;
}
.calendar-item__date-to {
    color: #b1b1b1;
}
.calendar-item__time {
    float: right;
    line-height: 24px;
}


.team-list__with-photos .searchable-team-group {
    overflow: auto;
}
.team-list__with-photos .searchable-team-group-item {
    float: left;
    margin-left: 3%;
    padding: 10px 0 0;
    width: 30%;
}
.team-list__with-photos .searchable-team-group-item__header {
    text-align: center;
}
.team-list__with-photos .team-group--my-teams {
    float: none;
    margin-left: 10px;
    padding: 10px;
    width: auto;
}
.team-list__with-photos .team-group--my-teams .searchable-team-group-item__header {
    text-align: left;
}
.team-list__with-photos .team-list__team-photo {
    height: 130px;
    overflow: hidden;
    width: 100%;
}
.team-list__with-photos .team-list__team-photo a {
    display: block;
}
.team-list__with-photos .team-list__team-photo img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.contact {
    box-shadow: 0 -1px #eee inset;
    display: block;
    float: left;
    overflow: hidden;
    padding: 10px 40px 10px 0;
    position: relative;
    text-shadow: 0 1px white;
    transition: background 0.08s ease 0s;
    width: 100%;
}
.contact .image-container {
    float: left;
}
.contact .image-container img {
    height: 60px;
    padding-right: 10px;
}
.contact .meta {
    color: #b1b1b1;
    font-weight: 400;
}
.contact::before {
    -moz-osx-font-smoothing: grayscale;
    color: #888;
    content: ">";
    font-family: "Ionicons";
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 40px;
    margin-top: -20px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    text-align: right;
    text-rendering: auto;
    text-transform: none;
    top: 50%;
    transition: all 0.1s ease 0s;
}
.contact:hover {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}
.contact:hover::before {
    color: #337ec3;
    right: 20px;
}
.contact:active {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
}
.contact:active::before {
    color: #337ec3;
}
.contact--no-link::before {
    display: none;
}
.contact--no-link:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.contact-search-result a {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 10px 20px;
    width: 100%;
}
.contact-search-result a::after {
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-family: "Ionicons";
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    pointer-events: none;
    position: absolute;
    right: 25px;
    text-align: right;
    text-rendering: auto;
    text-transform: none;
    transition: all 0.1s ease 0s;
}
.contact-search-result a:hover {
    background-color: rgba(0, 0, 0, 0.02);
}
.contact-search-result a:hover::after {
    right: 20px;
}
.contact-list {
    overflow: auto;
    padding: 20px 0;
}
.contact-list__filter {
    -moz-user-select: none;
    background-color: #f7f7f7;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 5px 0;
    text-shadow: 0 1px white;
}
.contact-list__filter__title {
    color: #656565;
    font-weight: 600;
    padding: 0 10px;
    text-transform: uppercase;
}
.contact-list__filter__title.contact-list__filter__title--sub {
    border-top: 1px solid #ccc;
    clear: both;
    margin: 20px 10px 0;
    padding: 10px 0 0;
}
.contact-list__filter-text {
    margin: 10px;
}
.contact-list__filter-text input {
    margin: 0;
    width: 100%;
}
.contact-list__filter-radio {
    margin: 10px;
    overflow: auto;
}
.contact-list__filter-radio__option {
    float: left;
    margin-left: 20px;
}
.contact-list__filter-radio__option input {
    margin: 0;
}
.contact-list__filter-radio__option:first-child {
    margin-left: 5px;
}
.contact-list__filter-radio__icon, .contact-list__filter-radio__label {
    margin-left: 3px;
}
.contact-list__filter-range {
    margin: 10px;
    overflow: auto;
}
.contact-list__filter-range__label {
    float: left;
}
.contact-list__filter-range__fields {
    float: right;
}
.contact-list__filter-range__from, .contact-list__filter-range__to {
    float: left;
    margin-left: 10px;
}
.contact-list__filter-range__to select {
    margin-left: 5px;
}
.contact-list__filter__reset {
    cursor: pointer;
    float: right;
    margin: 0 10px 10px;
}
.contact-list__sort {
    margin: 10px;
}
.contact-list__sort__label select {
    margin-left: 10px;
}
.contact-list__sort__shuffle {
    cursor: pointer;
    font-size: 18px;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
}
.contact-list__sort__order {
    overflow: auto;
}
.contact-list__sort__order label {
    float: left;
    margin-left: 20px;
}
.contact-list__sort__order label input {
    margin: 0;
}
.contact-list__sort__order label span {
    margin-left: 3px;
}
.contact-list__sort__order label:first-child {
    margin-left: 2px;
}
.contact-list__sort__order.hidden {
    display: none;
}
.contact-list__matches {
    margin: 10px;
}
.contact-list__matches__text {
    display: none;
}
.contact-list__matches__text.active {
    display: block;
}
.contact-list__matches__shown__current {
    display: inline-block;
    min-width: 60px;
    text-align: center;
}
.contact-list__matches__previous-group, .contact-list__matches__next-group {
    cursor: pointer;
}
.contact-list__matches__previous-group.disabled, .contact-list__matches__next-group.disabled {
    color: #b1b1b1;
    cursor: default;
}
.contact-list__matches__previous-group {
    margin-right: 10px;
}
.contact-list__matches__next-group {
    margin-left: 10px;
}
.contact-list__contact {
	padding-bottom: 53px;
    border-bottom: 1px solid #eee;
}
.contact-list__contact.is-hidden {
    display: none;
}
.contact-list__contact__field {
    float: left;
    margin-right: 10px;
}
.contact-list__contact__field.contact-list__contact__field--name {
    margin-right: 0;
}
.contact-list__contact__field.contact-list__contact__field--sex {
    margin-right: 5px;
    text-align: center;
}
.contact-list__contact__photo-container {
    float: left;
    width: 50px !important;
}
.contact-list__contact__photo-container img {
    max-height: 100%;
    max-width: 100%;
}
.contact-list__contact__fields {
    overflow: auto;
}
.contact-list__contact--with-photo .contact-list__contact__fields {
    margin-left: 60px;
}
.contact-list--with-filter .contact-list__contact {
    display: none;
}
.contact-list--with-filter .contact-list__contact.is-shown {
    display: block;
}
.function-list ul {
  list-style-type: none !important;
}
.function-list {
    overflow: auto;
}
.function-list__search {
    width: 100%;
}
.searchable-function-group {
    line-height: 24px;
}
.searchable-function-group__title {
    border-bottom: 1px solid #d5d5d5;
    margin-top: 20px;
    padding-bottom: 4px;
}
.searchable-function-group__title__size {
    color: #b1b1b1;
}
.searchable-function-group__link {
    font-size: 14px;
}
.searchable-function-group-item {
    border-bottom: 1px solid #eee;
    margin-left: 40px;
    padding: 10px;
}
.searchable-function-group-item__image-container {
    background-clip: padding-box;
    border-radius: 40px;
    float: left;
    height: 40px;
    margin: -5px 10px -8px -48px;
    overflow: hidden;
    width: 40px;
}
.searchable-function-group-item__image-container img {
    margin-top: -5px;
    width: 100%;
}
.searchable-function-group-item__name {
    display: inline;
}
.searchable-function-group-item__function {
    font-style: italic;
}
.searchable-function-group-item__email {
    font-size: 14px;
    line-height: 21px;
}
.searchable-function-group-item__call-link {
    font-size: 14px;
    line-height: 21px;
}
a.searchable-function-group-item__call-link {
    display: none;
}
.searchable-function-group-item__details {
    font-size: 14px;
    line-height: 21px;
}
.function-list__sidebar {
    float: left;
    font-size: 14px;
    line-height: 21px;
    margin-left: 10px;
    margin-top: 20px;
    width: 180px;
}
.function-list__anchors {
    background-color: #f7f7f7;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 6px 0;
    text-shadow: 0 1px white;
}
.function-list__anchors__title {
    color: #656565;
    font-weight: 600;
    padding: 6px 12px;
    text-transform: uppercase;
}
.function-list__anchors__item {
    display: block;
    font-weight: 400;
    padding: 6px 12px;
}
.function-list__anchors__item:link, .function-list__anchors__item:visited {
    color: #181818;
}
.function-list__anchors__item:hover {
    background-color: #ebebeb;
}
.function-list__anchors__item--is-activated {
    background-color: #ebebeb;
}
.function-list__anchors__item--is-activated:link, .function-list__anchors__item--is-activated:visited {
    color: #30417e;
}
.function-list__sidebar__vacancies {
    display: block;
}
@media (min-width: 992px) {
.function-list__content {
    margin-left: 220px;
    margin-right: 10px;
}
}
.lt-ie9 .function-list__content {
    margin-left: 220px;
    margin-right: 10px;
}
@media (min-width: 660px) and (max-width: 992px) {
.function-list__content {
    margin-left: 220px;
    margin-right: 10px;
}
}
@media (max-width: 660px) {
.function-list .search-field-input-container {
    margin: 0 10px;
    width: 300px;
}
.function-list__sidebar {
    display: none;
}
.function-list__groups {
    border-top: 1px solid #e6e6e6;
}

.searchable-function-group__title {
    line-height: 27px;
    margin: 0;
    padding: 6px 10px;
}
.searchable-function-group__link {
    display: none;
}
a.searchable-function-group-item__call-link {
    display: inline;
}
span.searchable-function-group-item__call-link {
    display: none;
}
}
.searchable-group--group-by-function .searchable-function {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.searchable-group--group-by-function .searchable-function__title {
    margin-left: 25px;
    padding-top: 10px;
}
.searchable-group--group-by-function .searchable-function__link, .searchable-group--group-by-function .searchable-function__email, .searchable-group--group-by-function .searchable-function__call-link, .searchable-group--group-by-function .searchable-function__address {
    font-size: 14px;
}
.searchable-group--group-by-function a.searchable-function__call-link {
    display: none;
}
.searchable-group--group-by-function .searchable-function-group-item {
    border-bottom-width: 0;
    margin-left: 0;
    padding: 0;
}
.searchable-group--group-by-function .searchable-function-group-item__header {
    line-height: 24px;
    margin-left: 40px;
    padding: 8px 10px;
}
.searchable-group--group-by-function .searchable-function-group-item--without-image .searchable-function-group-item__header {
    padding-bottom: 0;
    padding-top: 0;
}
.searchable-group--group-by-function .searchable-function-group-item__image-container {
    margin: 0;
}
@media (max-width: 660px) {
.searchable-group--group-by-function a.searchable-function__call-link {
    display: inline;
}
.searchable-group--group-by-function span.searchable-function__call-link {
    display: none;
}
}
.searchable-group--group-by-function .show-function .searchable-function-group-item.is-hidden {
    display: list-item;
}
.searchable-group--group-by-function .searchable-function.show-function-title .searchable-function__title.is-hidden {
    display: list-item;
}

.search-field-input {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.2)) repeat scroll 0 0 padding-box;
    border: 1px solid black;
    border-radius: 60px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
    color: #fff;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px 0 50px;
    width: 100%;
}
.search-field-input:focus {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.25)) repeat scroll 0 0;
    outline: medium none;
}
.search-field-input--light {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 60px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #181818;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px 0 50px;
    width: 100%;
}
.search-field-input--light:focus {
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: medium none;
}

.is-hidden {
    display: none;
}

.au_request_newpassword {
  display:none;
}

/*
#au_login .input, .au_request_setnewpassword input[type='password'], .au_request_newpassword input[type='text'] {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 10px 0;
}

#au_login .button-primary, .au_request_setnewpassword input[type='submit'], .au_request_newpassword input[type='submit'] {
color: #ff3030;!important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid #ff3030;;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}*/


