@charset "utf-8";
/* CSS Document */

.soda {
    border:1px solid #fff;
    text-align: left;
    font-size:12px;
    font-style: normal;
    font-weight: normal;
    margin-top: 1px;
	margin-left: 55px;
    margin-bottom: 1px;
	font-family: Tahoma, Geneva, sans-serif;
    border-radius: 4px;
    padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	
	color: #2d2d2f; 
	background:#fff;
    -webkit-transition: background 0.1s ease;
    -moz-transition: background 1s ease;
}
.soda:hover {
	color: #fff !important;
	background: #390;
}