.panel-heading{
	padding: 10px 16px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.media-heading{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.5rem;
}
.table_yellow{
	background:#FFCC33;
}
.newbold1{
	font-weight: bold;
	font-size: 18px;
	color: #333;
}
.organizing_committee {
    background-color: pink;
    color: black;
    font-weight: bold;
	text-align: left;
    margin-bottom: 3%;
}
.scientific_sub_committee{
	background-color: aqua;
    color: black;
    font-weight: bold;
	text-align: left;
	}
.prog_sub_committee{
    background-color: peru;
    color: black;
    font-weight: bold;
	text-align: left;
}
.maketing_sub_committee{
	background-color: darkseagreen;
    color: black;
    font-weight: bold;
	text-align: left;
}
.speaker {
    background-color: yellow;
    color: black;
    /*font-size: 17px;*/
    font-weight: bold;
    text-align: left;
    margin-top: 3%;
    margin-bottom: 3%;
}
.responsive {
    width: 100%;
    height: auto;
}
.justify {
    text-align: justify;
}
.tb {
  border: 5px solid #dddddd;
  text-align: center;
  padding: 2px;
}