﻿ 
.thelanguage
{cursor: pointer;
margin:  0px  0 20px 15px;
    }
.technology{ /*header of 2nd demo*/
cursor: hand;
 margin:  0px 0 2px 4px;


}

.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: red;
margin:  0px 0 12px 6px;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
margin:  0px 0 12px 6px;
text-decoration:underline;
}
 
