body{
  margin: 0;
  background: #FBFBFC;
  padding: 0;
  font-size:14px;
  font-family: 'Open Sans', sans-serif!important;
}

.container {
    background: #fff;
    /* margin-bottom:50px; */
    /* border: 1px solid#f1f1f1; */
}
.mt20{
	margin:20px auto;
}
.img-responsive {
    width: 100%;
}
.p0{padding:0}
.pl0{padding-left:0}
.m20{margin:20px 0;}
.pr0{padding-right:0}
.br0{border-radius:0;}
.mb10{margin-bottom:10px;}
.mt10{margin-top: 14px;}
.branding {
    margin-bottom: 20px;
}
.video_dv {
    border: 1px solid #ddd;
    box-shadow: 0px 1px 1px #ddd;
    font-size: 0;
}
.dropbtn {
  background-color: #015b94;
  color: white;
  padding: 14px 28px;
  font-size: 14px;
  border: none;
  outline: 0;
  cursor: pointer;
  width: 100%;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #015b94;
}

.dropdown {
    position: relative;
    z-index: 99;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  outline: 0;
}
.timer {
    text-align: center;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-decoration: none!important;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


.timer p {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.notification {
    color: red;
}

ul.speaker_piks, .social-icon {
    list-style: none;
    padding: 0;
    text-align: center;
}

ul.speaker_piks li {
    width: 20%;
    outline: 0;
    display: inline-block;
    margin: 10px 15px 10px 0;
}
.social-icon li .fa {
    color: #fff;
    font-size: 20px;
}
.social-icon li {
    outline: 0;
    display: inline-block;
    margin: 17px 15px 17px 0;
    border: 1px solid #ddd;
    background: #000;
    color: #fff;
    padding: 14px;
    border-radius: 100%;
    width: 50px;
    text-align: center;
    height: 50px;
}
.abt_webcast p {
    text-align: justify;
}
ul.speaker_piks li img {
    border-radius: 100%;
    border: 1px solid #ddd;
    outline: 0;
    box-shadow: 1px 1px 2px #ddd;
}

.quick_rel {
	list-style:none;
	padding: 21px 0 10px;
	margin-bottom: 0;
	min-height: 131px;
	overflow-y: scroll;
}
.ABOUT_P {
    PADDING: 0rem 0 1.25rem 1.25rem;
}
.poll_question {
    min-height: 131px;
    overflow-y: scroll;
    padding: 20px 0 0;
}
.ABOUT_P .desc_p{
	MAX-HEIGHT: 276PX;
	padding-top:1.25rem;
	OVERFLOW-Y: SCROLL;
}
.quick_rel a{
	color:#000
}
.quick_rel li:before {
    content: "\00BB \0020";
    font-size: 20px;
    font-weight: bold;
}

.poll_question input[type="radio"] {
    position: relative;
    top: 2px;
}
.btn_poll_question, .btn_invitation {
    margin: 10px 0;
}
.txtmessage{resize:none;}