/*CSS brought over from ...Or Start Looking Now! Type: WYSIWYG*/
.black-friday-button {
 background-color: #ffffff;/* Change Me, Use This For Section Headings */
border:2px solid #05f1e8;
 color: #000; /* Text Color */
padding: 12px;
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;
margin:10px auto;
text-transform:uppercase;
}
.black-friday-button:hover{
background-color: #f5433a; /* Change Me, Hover Color */ 
color:#fff; 
border:2px solid #f5433a;
}
a.black-friday-button:link, a.black-friday-button:visited{
text-decoration:none;
color:#000; /* Text Color */
}

.sem-content .black-friday-button, a.black-friday-button:visited, a.black-friday-button:active{
text-decoration:none;
color:#000 !important;
text-shadow:none !important;
}
a.black-friday-button:hover{
color:#fff !important;
}

.black-friday-infotext {
text-align:center;
margin-top:1em;
}
.black-friday-infotext span{
font-size: large;
}
