.achievement-text {
  font-family: Serif;
  font-size: large;
}

.badge {
  color: #FFFFFF;
  background-color: #FF0000;
}

/*.close {
  font-size: xx-large;
}*/

.info-btn {
  font-family: Serif;
  font-size: x-large;
}

.info-container {
  background-color: #EEEEEE;
}

.info-text {
  font-size: large;
}

/*.modal-title {
  font-family: Serif;
  float: right;
  margin: 0;
  line-height: 1.42857143;
  font-size: 36px;
  font-family: prelo-slab;
}*/

#achievement_widget_container .row {
  padding-top: 15px;
  padding-right: 15px;
}

#achievement_name {
  font-weight: bold;
}

#achievement_point_value {
  color: #1C77BA;
}

#achievement_widget_container {
  float: left;
  display: none;
  width: 580px;
  background-color: #EAE2E1;
  margin: 180px auto;
  font-family: sans-serif;
  min-height: 70px;
  max-height:98px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

#bar_widget_container {
  padding-bottom: 50px;
}

#info_body {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

#info_header {
  font-family: Serif;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

#info_header_text {
  float: right;
}

#present_modal_btn {
  display: none;
}

#content aside #sessionm_rightrail h1 {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#content aside #sessionm_rightrail .btn {
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: x-large;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  font-family: prelo-slab;
}

header#adv_header #nav_bar_button_widget_container {
  width: 40px;
  float:right;
  text-align: center;
  font-size: 7.5pt;
  font-family: helvetica,arial,sans-serif;
  margin-right: 10px;
  position: relative;
}

header#adv_header #nav_bar_button_widget_container a {
  font-size: 7.5pt;
}

header#adv_header #adv_subscribe {
  margin: 0 -40px 0;
}

header#adv_header #nav_bar_button_widget_container img {
 width: 26px;
 height: 26px;
 margin-bottom: 2px;
}

header#adv_header #nav_bar_button_widget_container .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #FF0000;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  left:-5px;
}

header#adv_header #adv_menu_dropdown ul.advMenu li span.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #FF0000;
  border-radius: 10px;
  margin-left: 10px;
}

header#adv_header #nav_bar_button_widget_container iframe {
  margin-top: 10px;
}

/*.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-sm  {
  width: 300px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-dialog {
  margin: 30px auto;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

 .close {
  float: right;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  font-size: xx-large;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-body {
  position: relative;
  padding: 15px;
}
*/

.info-text {
  font-size: large;
  margin: 0 0 10px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: sans-serif;
  font-weight: bold;
  height: auto;
  text-shadow: 0 0;
  box-shadow: 0 0;
  margin: 0;
}

a.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 0;
  height: auto;
  box-shadow: 0 0;
}

.btn-block {
  display: block;
}

.info-btn {
  font-size: x-large;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#achievement_widget_container .col-xs-1, #achievement_widget_container .col-xs-2, #achievement_widget_container .col-xs-3, #achievement_widget_container .col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

#achievement_widget_container .col-xs-2 {
  padding-left: 0;
  line-height: 22px;
  max-width: 220px;
  margin-bottom: 15px;
}

#achievement_widget_container .col-xs-4 {
  position: absolute;
  right: 0;
}

.achievement-text {
  font-size: large;
  font-family: prelo-slab;
}

#achievement_message {
    margin: 0;
    font-family: sans-serif;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

@media screen and (max-width: 767px) {
 header#adv_header #nav_bar_button_widget_container {
  float:none;
  position: relative;
  left: 30px;
  top: 10px;
  z-index: 1;
 }
 
 #achievement_widget_container {
  width: 300px;
  max-height: 113px;
 }
 
 #achievement_widget_container .col-xs-4 {
  bottom: 15px;
 }
}