/* CSS Document */

.hosting{ /*header of demo*/
cursor: hand;
cursor: pointer;

margin-left: 20px ;
}


.opentechdetails{ /*class added to contents of demo when they are open*/
color: #0099CC;
}

.closedtechdetails{ /*class added to contents of demo when they are closed*/
color: #0099CC;
}

.form{ /*header of demo*/
cursor: hand;
cursor: pointer;
}


.openfields{ /*class added to contents of demo when they are open*/
color: #0099CC;
}

.closedfields{ /*class added to contents of demo when they are closed*/
color: #0099CC ;
}

.functions{ /*header of demo*/
cursor: hand;
cursor: pointer;

margin-left: 20px ;
padding-top:10px;
}


.opendescription{ /*class added to contents of demo when they are open*/
color: #0099CC;
}

.closeddescription{ /*class added to contents of demo when they are closed*/
color: ;
}
