.logo-image a {
    background-repeat: no-repeat;
    /* width: 204px; */
     height:90px;
}.t3-header {
    padding-top: 0px; 
    padding-bottom: 20px;
}.t3-sl {
    padding-bottom: 0px; 
    padding-top: 0px; 
}.t3-module {
    margin-bottom: 0px;
}t3-mainbody {
    padding-bottom: 10px;
    padding-top: 10px;
}.item-image {
    width: 200px;
    padding-left: 200px;
}
span.field-value img {
    width: 200px;
}
h2 {
    font-size: 16px;
}
.myButton {
	box-shadow:inset 1px -1px 2px 0px #9acc85;
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	background-color:#74ad5a;
	border-radius:7px;
	border:2px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:10px 43px;
	text-decoration:none;
}
.myButton:hover {
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	background-color:#68a54b;
}
.myButton:active {
	position:relative;
	top:1px;
}
