 .button {
    background-color: #3366cc;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
	   font-family: Roboto-Bold;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
	   width:250px;
	   height:50px;
	   border-radius: 10px;
	
}

 .buttonsmall {
    background-color: #3366cc;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
	   font-family: Roboto-Bold;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
	   width:105px;
	   height:30px;
	   border-radius: 10px;
	
}

 .buttonsmallwithoutcolor {
    color: black;
    font-family: Roboto-Medium;
    font-size: 14px;
    width: 197px;
}

 .buttonwithoutcolor {
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
	   font-family: Roboto-Medium;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
	   width:250px;
	   height:50px;
	   border-radius: 10px;
	
}