.popup {
    width: 95%;
}

#facebox .content {
    padding: 50px;
}

#facebox .content div h4 {
    text-transform: none;
    font-size: 24px;
}

#userForm h1 {
  font-size: 20px;
  text-transform: none;
}

.sectiontableentry1 td {
    letter-spacing: 0.1em;
}

.sectiontableentry1 td h3 {
    font-size: 14px;
    text-transform: none;
}

.control-buttons #reg_text {
    width: 100%;
}

table.aform {
    border: 0;
}

table.aform tr:nth-child(odd) {
    background: #F3F3F3;
}

.btns tr td {
    background: #fff;
}

table.aform th {
    text-align: left;
}

table.aform th, table.aform td {
    vertical-align: top;
    border-style: none;
    border-width: 0;
    position: relative;
}

span.required {
    font-weight: bold;
    color: #FF0000;
    float: left;
    position: absolute;
    left: -25px;
    top: 5px;
}

.committee-label { background: #000;color: #fff;}
.committee-name-label { width: 12%;float: left;}
.committee-committee-label { width: 12%;float: left;}
.committee-conference-label { width: 20%;float: left;}
.committee-region-label { width: 20%;float: left;}
.committee-position-label { width: 12%;float: left;}
.committee-school-label { width: 12%;float: left;}
.committee-name { width: 12%;float: left;}
.committee-region { width: 20%;float: left;}
.committee-school { width: 20%;float: left;}

.committee-term { overflow: hidden;}

.teaser-item { background: #eeeeee;}
.teaser-item:nth-child(1) {background: #eeeeee;}
.teaser-item:nth-child(2) {background: #fff}
.teaser-item:nth-child(3) {background: #eeeeee;}
.teaser-item:nth-child(4) {background: #fff;}
.teaser-item:nth-child(5) {background: #eeeeee;}
.teaser-item:nth-child(6) {background: #fff;}
.teaser-item:nth-child(7) {background: #eeeeee;}
.teaser-item:nth-child(8) {background: #fff;}
.teaser-item:nth-child(9) {background: #eeeeee;}
.teaser-item:nth-child(10) {background: #fff;}
.teaser-item {padding: 4px;}

img[src*="external-white"] {
    display: none;
}

header #topnav nav > ul .item-149 {display:none;}
header #topnav nav > ul > li:nth-child(2) { margin-left: 30px; }

@media (max-width: 414px){
  header #topnav nav > ul > li:nth-child(2) {
  	margin-left: 0px !important;
  }
  header #topnav #logo a {
      padding-top: 0px !important;
  }
  .item-502 > a > span{font-size:13px !important;}
}

.dp-link-caldav{display:none;}

#mainmenu #menucontent button {
    -webkit-transition: background-color, 300ms ease-in;
    -moz-transition: background-color, 300ms ease-in;
    transition: background-color, 300ms ease-in;
    display: block;
    width: 100%;
    background-color: #DD782A;
    border: 2px solid #BC5300;
    color: #FFFFFF;
    text-align: center;
    font-weight: 100;
    font-size: 20px;
}

#main > aside > div .subscribe {
    -webkit-transition: opacity, 300ms ease-in;
    -moz-transition: opacity, 300ms ease-in;
    transition: opacity, 300ms ease-in;
    display: block;
    margin: 45px 0px 45px 0px;
}

.extraheight { padding: 45px 5px 25px 5px !important }
.extratext { text-transform: none;}
@media screen and (max-width: 800px) {
	.extraheight { padding: 30px 5px 15px 5px !important; }
}
@media screen and (max-width: 1024px) {
	.extraheight { padding: 30px 5px 15px 5px !important; }
}

/* DP Calender CSS Changes */
.fc-widget-header table thead tr {
	background-color: #fc8f3c;
    height: 25px;
    color: #fff;
}
.fc-widget-header table thead tr th { vertical-align: middle; }
.fc-view-container table {
	margin : 0;
}
.fc-view-container {
	overflow : hidden;
}
.fc-view-container table { table-layout: fixed !important; } 

.section-loader{
  background: url("/images/section-loader.gif") no-repeat 50% 50%
      rgba(250, 250, 250, 0.6);
  width: 100%;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 999
}

#main > aside > div > div > h3 {
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
}

/* Awards */
.awards-default-frontpage .teaser-item:nth-child(odd), .awards-default .teaser-item:nth-child(odd) {
  background-color: #EEEEEE;
}
.awards-default-frontpage .teaser-item:nth-child(even), .awards-default .teaser-item:nth-child(even) {
  background-color: #FFFFFF;
}

footer > div > small {
    font-size: 100% !important;
}
#autoform_td_diet ul {list-style:none;}
#autoform_td_sdate select {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
  text-align:top;
}
#autoform_td_edate select {
  display: inline;
  margin-right: 5px;
  margin-left: 5px;
  text-align:top;
}