/* CSS Document */
.country_heading_close{ /*header of 1st demo*/
cursor: pointer;
cursor: pointer;
padding: 2px 5px;
border: 1px white;
background: #CC0099;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
text-transform:capitalize;
}

.second_header_close{ /*header of 1st demo*/
cursor: pointer;
cursor: pointer;
padding: 2px 5px;
border: 1px black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-transform:capitalize;
		
}

.country_heading_close{ /*class added to contents of 1st demo when they are open*/
background: #CC0099;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}
.country_content{ /*header of 2nd demo*/
font: 12px Verdana;
}

.second_content{ /*header of 2nd demo*/
font: 11px Verdana;
text-align: left;
}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: blue;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}

/*.style2 {color: blue; font-size: 9px; }*/

