@charset "utf-8";

/* CSS Document */



.btn-success {

    color: #ff0;

    background-color: #006004;

    border-color:#109b16;

         font-size: 15px;

	 font-weight:700;

} 



.btn-success:hover {

    color: #000;

    background-color: #ecb34f;

    border-color:#fff;

     font-weight: 700;

     font-size: 15px;

} 






/* Font color for salepage */

.text-black {

    color:#000!important;

}



.text-white {

    color: #white!important;

}