
/* CSS file for buttons - see ?l=f&tb=tb_formation&m1=intro&m2= */
.round_link {
	border-color :#ffffff;
	cursor: pointer;
	color: blue;
	
}

.round_link:hover {
	background-color: #e9e9e9;
}

.link_h1{
	font-family: Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;	
	color: blue;
	font-weight: bold;
}

.link_h2{
	font-family: Arial, sans-serif;
	font-size: 14px;
        line-height: 11pt;
	letter-spacing: 0.5px;
	color: blue;
	padding-top:  10px;
}

.link_icontext {
	font-family: Arial, sans-serif;
	font-size: 13px;
	/* letter-spacing: 0.5px; */
	line-height: 10pt;
	padding-bottom: 0px;
	color: blue;
	/*font-weight : bold;*/
}

.link_icontext p, br, .round_link{
    padding-top: 5px;
    padding-bottom: 5px;
    
}
.link_icontext .round_link{
    padding-top: 0px;
    padding-bottom: 0px;
    
}


.round_link_button {
        border-color :#ffffff;

        background-color: #00c800;
	cursor: pointer;
	color: blue;
	padding-top:  10px;
	border-style: solid;
	border-width: 1;
	border-radius:10px;
        
        font-size: 16px ;
        color: #FFFFFF;
	font-weight: bold;
        width:max-content;        
        padding: 7px 7px 7px 7px ;
        
        
}

.round_link_button:hover {
        border-width: 50;
	border-style: solid;
	border-width: 1;
	background-color: #00c800;
        border-color: #008200;
}

