/*CSS brought over from Bike Category Buttons Type: WYSIWYG*/
.gift-guide-button {
 background-color: #cc3333;/* Change Me, Use This For Section Headings */
 border: 25px;
 margin-top: 10px;

 color: #fffff; /* Text Color */
padding: 11px;
width:100%;
 text-align: center;
 text-decoration: none;
 display: inline-block;
font-weight:bold;
 font-size: 1.5em;
 -webkit-transition-duration: 0.4s; /* Safari */
 transition-duration: 0.4s;
 cursor: pointer;
text-decoration:none;
color:white;
}
.gift-guide-button:hover{
background-color: black; /* Change Me, Hover Color */
}
a.gift-guide-button:link, a.gift-guide-button:visited{
text-decoration:none;
color:#ffffff; /* Text Color */
}
.sem-content .gift-guide-button, a.gift-guide-button:visited, a.gift-guide-button:active{
text-decoration:none;
color:white !important;
text-shadow:none !important;
}

.gift-guide-infotext {
text-align:center;
margin-top:1em;
margin-bottom:1em;
}
.gift-guide-infotext span{
font-size: large;
}

