/* Enter Your Custom CSS Here */
.orange-button {
   background: none repeat scroll 0 0 #FB661B;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   display: table;
   margin: 10px auto;
   padding: 3px 10px;
   text-align: center;
}
 
.orange-button a,
.orange-button a:hover,
.orange-button a:visited {
   color: #fff;
}
.widget a{
	font-weight: 800;
  	color: #fff;
  	font-size: medium;
}