}

/* Content Wrapper Style 
    -------------------------------------*/
.container {
    background: #fff;
}

.largebutton {
   border: 0px solid #666666;
   background: #4eab3b;
   background: -webkit-gradient(linear, left top, left bottom, from(#9de492), to(#4eab3b));
   background: -webkit-linear-gradient(top, #9de492, #4eab3b);
   background: -moz-linear-gradient(top, #9de492, #4eab3b);
   background: -ms-linear-gradient(top, #9de492, #4eab3b);
   background: -o-linear-gradient(top, #9de492, #4eab3b);
   background-image: -ms-linear-gradient(top, #9de492 0%, #4eab3b 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #7ea4bd 0 1px 0;
   color: #ffffff;
   font-size: 15px;
   font-weight: bold;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.largebutton:hover {
   border: 0px solid #666666;
   text-shadow: #1e4158 0 1px 0;
   background: #4eab3b;
   background: -webkit-gradient(linear, left top, left bottom, from(#4eab3b), to(#4eab3b));
   background: -webkit-linear-gradient(top, #4eab3b, #4eab3b);
   background: -moz-linear-gradient(top, #4eab3b, #4eab3b);
   background: -ms-linear-gradient(top, #4eab3b, #4eab3b);
   background: -o-linear-gradient(top, #4eab3b, #4eab3b);
   background-image: -ms-linear-gradient(top, #4eab3b 0%, #4eab3b 100%);
   color: #fff;
   }
.largebutton:active {
   text-shadow: #1e4158 0 1px 0;
   border: 0px solid #666666;
   background: #4eab3b;
   background: -webkit-gradient(linear, left top, left bottom, from(#4eab3b), to(#4eab3b));
   background: -webkit-linear-gradient(top, #4eab3b, #4eab3b);
   background: -moz-linear-gradient(top, #4eab3b, #4eab3b);
   background: -ms-linear-gradient(top, #4eab3b, #4eab3b);
   background: -o-linear-gradient(top, #4eab3b, #4eab3b);
   background-image: -ms-linear-gradient(top, #4eab3b 0%, #4eab3b 100%);
   color: #fff;
   }
   
.largebutton.a, a.largebutton:link, a.largebutton:visited, a.largebutton:active
{
    color: #fff;
}

/* .links.a, a:link, a:visited, a:active
{
    color: #37b54a;
} */