﻿ 
.thelanguage
{cursor: pointer;
margin:  0px  0px  10px 15px;
    }
.technology{ /*header of 2nd demo*/
cursor: hand;
 margin:  0px 0px 2px 2px;


}

.openlanguage
{
    /*class added to contents of 2nd demo when they are open*/
    color: red;
    margin: 2px px 2px 16px;
    vertical-align: middle;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
margin:  2px px  2px 16px;
text-decoration:none;
}
 