body { 
  font-family: 'Roboto Slab',​sans-serif;  
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;  
}
 
a {
  color: #009bdc;
}

@media (min-width:1200px){
  .container{
    width:1170px;
  }
}

.form-require {
  color: red;
}

@media (max-width: 576px){
  .contentsession_chair_picture {
    display:none;
  }
  .user_header_img {
    display:none;
  }
  .contentsession_chair {
    padding-right: 100px;
  }
  .explore_resourcegroup_order {
    text-align:left;
  }
}

@media (max-width: 575px){
  #myeasd_contents .card,
  #virtual_meeting_contents .card{
    max-width: 100%;
  }
}

@media (min-width: 576px){
  #myeasd_contents .card,
  #virtual_meeting_contents .card{
    max-width: 48%;
  }
}

@media (max-width: 320px){
  .contentsession_chair {
    padding-right: 0px;
  }
}

.resource_bottom_link {
  padding-top:25px;
  padding-bottom:25px;
}

@media (min-width: 768px){
  .mobile-header .btn{
    display: none;
  }
  .resource_bottom_link_seperator {
    border-left-width: 1px;
    border-left-color: #009bdc;
  }
  .playbacks {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .mobile-header .btn{
    display: inline-block;
  }
  .resource_bottom_link {
    text-align: left;
    padding-top:0px;
  }
  .playbacks {
    text-align: right;
  }
}

.vm-additional-small {
  display:none;
}
.vm-additional-large {
  display: block;
}
.vm-home-additional-small {
  display:none;
}
.vm-home-additional-large {
  display: block;
}

@media (min-width: 765px) and (max-width: 991px) , (max-width: 480px) {
  .vm-additional-small {
    display:block;
  }
  .vm-additional-large {
    display: none;
  }
}

@media (min-width: 765px) and (max-width: 991px) , (max-width: 480px), (min-width: 1200px) {
  .vm-home-additional-small {
    display:block;
  }
  .vm-home-additional-large {
    display: none;
  }
}

.ajax_loader { 
  left: 50%;
  position: fixed;
  top: 49%;
  z-index: 999999; 
  height: 80px;
  width: 80px;
}

.smooth_zoom_preloader {
  background-image: url("../images/preloader.gif");
}

.smooth_zoom_icons {
  background-image: url("../images/icons.png");
}

.form-control{
  font-size: 15px;
}

.modal-header::before,
.modal-header::after{
  content: none;
}

.modal-header h5{
  font-size: 20px;
}

.modal-header .close{
  font-size: 24px;
}

.modal-footer button,
.modal-footer button:hover,
.modal-body button,
.modal-body button:hover{
  background-color: #009bdc;
  color: white;
  border: none;
  font-family: 'Roboto Slab',​sans-serif;
}

.mobile-header .btn{
  position: absolute;
}

.breadcrumb-item{
  padding-bottom: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #999999;
  content: ">";
}

.breadcrumb-item.active{
  color: #009bdc;
}

.breadcrumb {
  background-color: white;
  padding-left: 0;
}

.vm-color-lightblue {
  color: #009bdc;
}

.vm-color-darkblue {
  color: #063e97;
}

.resourcegroup-thumb {
  max-height: 470px;
}

#search_form_button {
  cursor: pointer;
}

#vm-breadcrumb-logo{
  float: right;
}

#vm-index-logo{
  background-color: #009bdc;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 5px;
  padding-top: 15px;
}

#vm-index-logo-png{
  margin: 0 auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 618px;
  height: 100%;
}

#vm-index-searchbar{
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

#pg-1-header,
#pg-2-header{
  font-size: 20px;
  color: #009bdc;
  line-height: 40px;
}

#pg-1-streaming,
#pg-2-streaming{
  margin-right: 5px;
  margin-bottom: 30px;
}

#vm-index-right,
#vm-index-left,
#vm-index-eventflow-block,
#vm-index-tracking-total-block{
  padding: 0;
}

#vm-index-eventflow {
  min-height:golden-ratio(100,1)*1px;
  @includeclearfix-after;
  position:relative;
  height:150px;
}

.vm-eventflow-ev_card_links_link a{
  font-size: 14px;
  color: #009bdc;
}

.vm-eventflow-ev_year {
  text-align:center;
  font-size: 14px;
}

.vm-eventflow-ev_card_dates {
  font-size: 12px;
  line-height: 12px;
  color: #29556b;
}

.vm-eventflow-ev_card {
  float:left;
  width:31.1%;
  height:golden-ratio(100,1)*1px;
}
.vm-eventflow-ev_card_year {
  display:none;
}

.vm-eventflow-ev_card_desc {
  float:left;
  display:none;
}

.vm-eventflow-ev_card_desc_active {
  float: left;
  margin-left: 55px; 
  position: absolute;
  width: 110px;
  z-index: 100;
  background-color: white; 
}

.vm-eventflow-ev_card_header,
.vm-eventflow-ev_card_cities{
  margin:0px;
  margin-bottom:3px;
  font-size: 15px;
  line-height: 15px;
  color: #29556b;
  font-weight: bold;
}

.vm-eventflow-ev_card_links_link_icon{
  float: left;
  line-height: 15px;
}

.vm-eventflow-ev_card_date {
  margin-top:-3px;
  font-size:85%;
}

.vm-eventflow-ev_card_links {
  margin-top:20px;
}

.vm-eventflow-ev_card_links_link {
  height:20px;
  margin-bottom:3px;
  font-weight:bold;
}

i.icon-play-circle{
  font-size:110%;
}

.vm-eventflow-figure_active {
  position:absolute;
  float:left;
  left:0px;
  top:5px;
  width:70px;
  height:100px;
  transform:skewY(0deg);
  transition: left 1s;
  z-index: 100;
  margin-left: 25px;
}

.vm-eventflow-figure {
  position:absolute;
  float:left;
  left:0px;
  top:5px;
  width:70px;
  height:100px;
  transform:skewY(170deg);
  transition: left 1s;
  z-index: 100;
} 

a.vm-event-day-item{
  text-decoration: none;   
  max-width: 270px;
  min-width: 215px;
  margin-top: 20px; 
  background: #f2f2f2;
  margin-left: 0;
  margin-right: 20px;
}

/*#vm-index-events .vm-programs_event_item{
  max-width: 99px;
  min-width: 99px;
}*/

.vm-event-day-item:last-child,
#vm-index-events .vm-programs_event_item:last-child,
.vm-event-resourcetype-item:last-child{
  margin-right: 0px;
}

.vm-event-day-item-left{
  font-size: 50px;
  margin-top: 60px;
  color: rgb(193,193,193);
  padding: 0; 
  transform: scale(1,2); 
  font-family: Roboto;
}

.vm-event-day-item-right{
  padding: 15px 0px;
}

.vm-event-day-item-right-date{
  color: #063e97;
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 10px;
}

.vm-event-day-item-right-session,
.vm-event-day-item-right-view{
  color: black;
  font-size: 13px;
  font-weight: bold;
}

a.vm-event-resourcetype-item{
  text-decoration: none;
  margin-top: 20px;
  background: #f2f2f2;
  margin-left: 0;
  margin-right: 20px;
  text-align: center;
  padding: 20px 0;
  color: #063e97;
}

a.vm-event-resourcetype-item:nth-child(2n){
  background: rgb(221, 221, 221);
}

.vm-event-type-item-top{
  font-size: 50px !important;
  font-weight: bold;
}

.vm-event-type-item-bottom{
  color: black; 
  font-size: 15px; 
  font-weight: bold; 
  padding-top: 5px;
}

#vm-index-comments .card{
  background: #f2f2f2;
  padding: 0 10px 10px 20px; 
  margin-bottom: 10px;
  margin-right: 0;
}

#vm-index-comments #community_item_index_1,
#vm-index-comments #community_item_index_2,
#vm-index-comments #community_item_index_5{
  background: rgb(221, 221, 221);
}

#vm-index-comments .vm-community_item_user{
  color: #063e97;
}

#vm-index-comments .vm-community_item_text{
  margin-top: 10px;
}

#vm-index-comments .vm-community_item_text a{
  color: black;
  font-size: 14px;
  line-height: 0;
}

.vm-resourcegroup-card{
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  margin: 5px;
  height: 100%;
}


.vm-authorgroup-card {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  margin: 5px;
  height: 100%;
}

.vm-baseline {
  padding-left:0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.vm-dropdown-filter-left {
  padding-right: 10px;
}
.vm-dropdown-filter-middle {
  padding-left: 10px;
  padding-right: 10px;

}
.vm-dropdown-filter-right {
  padding-left: 10px;
}

@media(max-width: 991px){
  .vm-dropdown-filter-left {
    padding-right: 0px;
  }
  .vm-dropdown-filter-middle {
    padding-left: 0px;
    padding-right: 0px;
  }
  .vm-dropdown-filter-right {
    padding-left: 0px;
  }
}

@media(min-width: 992px) {
  .playbacks {
    text-align: right;
  }
}

.vm-icon-seperator {
  width:30px;
  padding-top:2px;
}

.vm-link {
  background-image: url(../images/cyan.png);
  background-position: right 7px;
  background-repeat: no-repeat;
  padding-right: 18px;
  text-decoration: none !important;
  font-family: 'Roboto Slab';
  cursor: pointer;
}

.vm-filter-header-text {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto Slab';
}

#user .vm-icon-message,
#contentsession_chair .vm-icon-message{ 
  cursor: pointer; 
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 8px;
}

#index_event_day_filter-card-left{
  max-width: 35px;
}

#index_event_day_filter-card-right a{
  font-size: 20px;
}

.vm-index-pag-date{
  position: absolute;
  color: #009bdc;
  font-size: 20px;
}

#vm-index-eventflow-block,
#vm-index-pag-block,
#vm-index-tracking-total-block,
#vm-index-tracking-map-block{
  margin-bottom: 50px;
}

#vm-index-tracking-map{
  margin-top: 50px;
}

#tracking_total{
  text-align: left;
}

/*.total-number{
  font-size: 75px;
  line-height: 75px;
}*/

#vm-index-pag .card{
  border: none;
}

#vm-index-pag .card-block{
  padding-left: 0;
  padding-bottom: 0;
}

#vm-index-pag .card-block i{
  padding-right: 10px;
  color: #063e97;
  font-size: 30px;
}

.vm-community_item_left{
  max-width: 25px;
}

#vm-community .card{
  border: none;
}

.vm-community_item_left{
  padding-left: 0;
  padding-right: 0;
}

.vm-community_item_right{
  padding-left: 0;
  padding-right: 0;
}

.vm-community_item_right .card-title{
  margin-bottom: 0;
}

#vm-community .card i{
  color: #009bdc;
}

.vm-community_item_user{
  color: #000000;
  font-weight: bold;
}

#vm-community_list .card-block{
  padding-bottom: 0;
}

#vm-community_item_title a{
  color: #009bdc; 
}

#vm-community .page-item.active a{
  color: white; 
  background-color: #009bdc;
}

#vm-community .page-item a{
  color: #009bdc; 
}


.vm-topelem {
  margin-left:-15px;
  margin-right:-15px;
}

.vm-bold {
  font-weight: bold;
}


#vm-programs_events,
#vm-programs_dates{
  margin-top: 10px;
  margin-bottom: 10px;
}

#vm-programs_events .col:last-child{
  margin-right: 0px;
}

.vm-programs_event_item{ 
  text-align: center;
  padding: 0;
  margin-bottom: 5px;
  margin-right: 20px;
  margin-top: 5px;
/*  max-width: 85.454545px;
  min-width: 65.454545px;*/
  max-width: 76.666666px;
  min-width: 56.666666px;
}

.vm-programs_event_item_image{
  width:100%;
  padding-bottom: 5px;
}

.vm-programs_event_item .vm-programs_event_item_text{
  background-color: #f2f2f2;  
}

.vm-programs_event_item a{
  color: #063e97;
  font-weight: bold;
}

.vm-programs_event_item_current{ 
  text-align: center; 
/*  max-width: 85.454545px;
  min-width: 65.454545px;*/
  max-width: 76.666666px;
  min-width: 56.666666px;
  padding: 0; 
  margin-bottom: 5px;
  margin-right: 20px;
  margin-top: 5px;
}

.vm-programs_event_item_current .vm-programs_event_item_text{
  background-color: #009bdc; 
}

.vm-programs_event_item_current a{
  color: white;
  font-weight: bold;
}


#vm-programs_dates .col:last-child{
  margin-right: 0px;
}

.vm-programs_date_item{
  background-color: #f2f2f2;
  text-align: center;
  line-height: 36px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 14px;
  min-width: 200px;
  max-width: 278px;
  padding-left: 0px;
  padding-right: 0px;
}

.vm-programs_date_item a{
  color: #063e97;
  font-weight: bold;
}

.vm-programs_date_item_current{
  background-color: #009bdc;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 14px;
  min-width: 200px;
  max-width: 278px;
  padding-left: 0px;
  padding-right: 0px;
}

.vm-programs_date_item_current a{
  color: white;
}

#vm-programs_sessions{
  margin-bottom: 50px;
}

#vm-programs_sessions .session-title{
  padding: 5px;
  line-height: 12px;
  /*word-break: break-all;*/
}

#vm-programs_sessions .session-title-text{
  font-size: 12px;
} 

#vm-programs_sessions .session-title-popup{
  display: none;
  background: white;
  border: 1px solid #ffc709; 
  left: -5px;
  padding: 7px;
  position: absolute;
  bottom: 35px;
  width: 110%;
  z-index: 10000;
}

#vm-programs_sessions .additional{
  background-color: #063e97;
  bottom: 0;
  line-height: 10px;
  padding: 5px;
  position: absolute;
  width: 100%;
}

#vm-programs_sessions .additional .views,
#vm-programs_sessions .additional .comments,
#vm-programs_sessions .additional .time{
  font-size: 10px;
  color: white;
} 

.program_room{
  /*  word-break: break-all;*/
  word-wrap: break-word;
  width: 1110px;
  /*transform: rotateX(180deg);*/
}

.program_time_item{
  font-size: 20px;
  margin-left: 60px;
}

.back_from_poster{
  cursor: pointer;
  margin-left: -15px;
}

.program_room_item,
.program_posterroom_item {
  /*  max-width: 163px;
    min-width: 130px;*/
  max-width: 228px;
  min-width: 75px;
  padding: 0px;
  margin: 20px 0;
}

.program_room_item_title {
  color: #063e97;
  display: block;
  font-size: 15px;
  font-weight: bold; 
  text-align: center;
  margin-top: 20px;
  width: 100%;
  z-index: 100;
}

.program_room_item:nth-child(2n),
.program_posterroom_item:nth-child(2n){
  background-color: rgb(235, 243, 250); 
} 

.program_room_contentsession_item .session-title-text,
.program_room_postersession_item .session-title-text{
  color: black;
}

.program_room_contentsession_item,
.program_room_postersession_item{
  color: black;
}

.program_time_list, .program_room_item, .program_room_postersession_time_list, .program_posterroom_item {
  /*  display: table-cell;
    height: 100%;
    vertical-align: top;
    position: relative;*/
}

.program_time_item, .program_room_contentsession_item, .program_room_postersession_time, .program_room_postersession_item{
  position: absolute;
}

.program_room_contentsession_item,
.program_room_postersession_item{
  border: 1px solid  #063e97;
  margin: 5px;  
  width: 94%;
}

.program_room_postersession_item{
  width: 95%;
}


.program_room_list {
  /*  margin: 0px auto;
    width: 100%;
    display: table;*/
}

.program_room_postersession_list { 
  /*  width: 100%;
    height: 100%;
    display: table;*/
}

.program_room_content {
  /*position: relative;*/
}

#vm-agreement,
#new_email,
#new_login,
#edit_login,
#new_user,
#edit_user,
.home{
  margin-left: -15px;
  margin-right: -15px;
}

#new_login_user{
  margin-left: -30px;
  margin-right: -30px;
}

#vm-agreement-agree-commit,
#vm-agreement-cancel-commit,
#new_email_commit,
#new_login_commit,
#edit_login_commit,
#new_user_commit,
#edit_user_commit{
  background-color: #009bdc;
  color: white;
  font-family: 'Roboto Slab',​sans-serif;
}

#home_header{
  margin-top: 20px;  
  margin-bottom: 20px;
}

.home_img{
  max-height: 100px;
  max-width: 100px;
}

#home_header_img{
  max-width: 110px;
}

#home_list_group .list-group-item,
#interview_list_group .list-group-item{
  border-radius: 0;
  border: 1px solid white;
  background-color: #f2f2f2;
  cursor: pointer;
}

#home_list_group .list-group-item.active,
#interview_list_group .list-group-item.active{
  background-color: #009bdc; 
  cursor: pointer;
}

#home_body_left {
  padding-bottom: 15px;
}

#home_body_left li{
  cursor: pointer;
}

#home_body_right .card-deck{
  margin-bottom: 15px;
}

#myeasd_contents .card-title,
#virtual_meeting_contents .card-title{
  color: #009bdc; 
}

#myeasd_contents .card,
#virtual_meeting_contents .card{
  background-color: #f2f2f2;
  border-radius: 0;
  border: none;
  margin-bottom: 15px; 
  /*max-width: 48%;*/
}

#myeasd_contents .card-link,
#virtual_meeting_contents .card-link{
  margin-top: 10px;
}

#myeasd_contents .card-link a,
#virtual_meeting_contents .card-link a{
  color: #009bdc; 
}

.message_opened_false {
  background-color: transparent;
  border-color: #009bdc; 
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-width: 1px 1px 1px 10px;
}

.message_opened_true {
  background-color: transparent;
  border-color: #f2f2f2;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-width: 1px 1px 1px 10px;
}

.message_left_opened_false{
  color: white;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  left: -35px;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg);
  cursor: pointer;  
}

.reply_message_text{
  margin-bottom: 10px;
}

.message_additional .btn,
.message_reply_additional .btn {
  background-color: #009bdc; 
  border-radius: 0;
  color: white;
  line-height: 35px;
  /*font-size: 16pt;*/
}


.spinner {
  display: none;
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  left: 50%;
  position: fixed;
  top: 35%;
  z-index: 999999;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #063e97;
  verticle-align: baseline;
  border: 0 none;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}


@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.res{
  margin-right: -1px;
}

#explore_header-bg, #vm-index-searchbar-description{
  margin-top: 10px;
}

.vm-industry-switch-inactive{
  background-color: #009bdc;
  padding-top: 13px;
  color: white;  
}

.vm-industry-switch-inactive .slider:before {
  background-color: #009bdc;
}

.vm-industry-switch-active{
  background-color: #f15a24;
  padding-top: 13px;
  color: white;  
}

.vm-industry-switch-active .slider:before{
  background-color: #f15a24;
}

#vm-industry-switch-icon {
  max-width: 90px;
}

#vm-industry-switch-text{
  font-weight: bold;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  /*background-color: #009bdc;*/
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: white;
}

input:focus + .slider {
  box-shadow: 0 0 1px white;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 


#vm-industry-switch-text{
  cursor: pointer;
}

#floor{
  margin: 10px -25px 50px -25px;
}

#exhibitor_list{
  height: 735px;
  overflow: auto;
}

/** {
  box-sizing: border-box;
}*/

#exhibitorInput {
  /*background-image: url('/css/searchicon.png');*/
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 12px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#exhibitor_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#exhibitor_list li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  /*background-color: #f6f6f6;*/
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block
}

#exhibitor_list li a.header {
  /*background-color: #e2e2e2;*/
  cursor: default;
}

#exhibitor_list li a:hover:not(.header) {
  /*background-color: #eee;*/
}

.exhibitor_description{
  margin: 10px;
  color: #063e97;
}

.exhibitor_booth{
  margin: 10px;
  font-size: 20px;
  color: #063e97;
  font-weight: bold;
}

.booth_in_map{
  cursor: pointer;
}

#vm-programs_dates{
  width: 1140px;
}

#vm-programs_events{
  width: 1140px;
}

#vm-programs_extra{
  width: 1140px;
  margin-bottom: 50px;
}

#vm-programs_extra td{
  border-top: none;
}

#recently_contents_list,
#favourited_sessions_list,
#favourited_contents_list{
  padding-left: 30px;
}

@media (max-width:1140px) and (min-width:1000px) {
  #vm-programs #vm-programs-switch {
    float: left;
    margin-top: -25px;
    width: calc(100% - 290px);
  }

  #vm-breadcrumb-logo {
    position: absolute;
    right: 10px;
    top: 55px;
  }
}​

.addition-text-regular{
  font-family:'Roboto',
    sans-serif;
  font-style:normal;
  font-weight:400;
  font-size:15px;
  line-height:18px;
}

#new_login_user_content,
.home{
  hyphens:none;
}

.eposter-tab{
  background-color: #F2F2F2; 
  margin-right: 5px; 
  line-height: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  color: black;
}

.eposter-tab.active{
  background-color: #063e97; 
  margin-right: 5px; 
  line-height: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  color: white;
}

.eposter-tab i{
  color: #009bdc;
}


.eposter-tab.active i{
  color: white;
}

#eposter-new-player{
  height: 487px;
}

#talk-new-player{
  height: 487px;
}

.guy{
  margin-bottom: 20px; 
}