h2 {
	font-size: 1.87em;	
}

h3 {
	font-size: 1.5em;		
}

.table-responsive {
	font-size: 1em;	
}

.page-header h1{
	font-size:2.25em;
}

h1 small {
	font-size: 0.6em;	
}

.backBtn {
	text-align: center;
}

.skipTextAlternative {
	position: absolute;
	left: -9999px;
	overflow: hidden;
}

.enlargeImg {
	width: 100%;
}

.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}
</style>

<style>
  
p{
  font-size: 14px;
}

form{
  font-size: 14px;
}

a{
  color:green ;
}

/* class body */
.class_body_1{
}

.class_body_2{
}

/*Publications*/
.class_pub_body{
  position: absolute; 
  top:53%; 
  margin-left: auto;
  margin-right: auto;
  left: 3%;
  right: 3%;

}

.class_pub_footer{
  margin-top: 130px;
  width: 100%;

}

/*Newspaper Advertisement*/
.class_new_body{
  position: absolute; 
  top:55%; 
  margin-left: auto;
  margin-right: auto;
  left: 3%;
  right: 3%;
}

.class_new_footer{
  margin-top: 120px;
  width: 100%;

}

/*Video*/
.class_video_body{
  position: absolute; 
  top:65%; 
  margin-left: auto;
  margin-right: auto;
  left: 3%;
  right: 3%;
}

.class_video_footer{
  margin-top: 63px;
  width: 100%;

}

/*Briefing Materials*/
.class_bri_body{
  position: absolute; 
  top:68%; 
  margin-left: auto;
  margin-right: auto;
  left: 3%;
  right: 3%;
}

.class_bri_footer{
  margin-top: 60px;
  width: 100%;

}

/*Radio Announcement*/
.class_radio_body{
  position: absolute; 
  top:60%; 
  margin-left: auto;
  margin-right: auto;
  left: 3%;
  right: 3%;
}

.class_radio_footer{
  margin-top: 120px;
  width: 100%;

}

/*Radio Announcement*/
.class_other_body{
  position: absolute; 
  top:40%; 
  margin-left: auto;
  margin-right: auto;
  left: 3%;
  right: 3%;
}

.class_other_footer{
  margin-top: 220px;
  width: 100%;

}



/*test style 3*/
/*
#rankSubMenu {
  position: relative;
  list-style-type: none;
  margin: 0;
  display: none;
  z-index: 100;
}

#subMenuContainer:hover #rankSubMenu {
  display: block;
}

.ranksSubmenuItem {
  position: relative;
  list-style-type: none;
  padding: 10px 0;
  padding-right: 30px;
}

.ranksSubmenuItem a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.ranksSubmenuItem:hover a {
  text-decoration: underline;
}


*/
