/*CSS brought over from buttons Type: WYSIWYG*/
a.se-all-button {
 background-color: #fe0000;
 border: none;
 color: white;
 padding: 16px 32px;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 16px;
 margin: 4px 2px;
 -webkit-transition-duration: 0.4s; /* Safari */
 transition-duration: 0.4s;
 cursor: pointer;
}
a.se-all-button:hover {
 background-color: #000000;
 color: white;
}



