.inputSearch {
    border:none;
    border-bottom: 1px solid #000;
    background: none;
    padding:10px 5px;
    display: none;
    color: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 2px solid #e6e6e6;
    border-left: none;
    border-right: none;
}

th {
    text-align: left;
    padding: 8px;
    font-size: 14px;
    letter-spacing: 2px;
} 


td {
    text-align: left;
    padding: 8px;
    font-size: 14px;
    color: #797979;
}


tr:nth-child(even){
    border: 2px solid #e6e6e6;  
    border-left: none; 
    border-right: none;
}


.btn-delete {
    color: #fff;
    width: auto;
    height: auto;
    background: #A2D169;
    float: right;
    text-align: center;
    font-size: 29px;
    line-height: 30px;
    padding: 3px 10px 1px 10px;
}

.btn-back {
    -moz-transition: all .3s ease-in;    
    -o-transition: all .3s ease-in;    
    -webkit-transition: all .3s ease-in;    
    transition: all .3s ease-in;
}

.btn-back:hover {
    cursor: pointer;    opacity: 0.8;}

.btn-delete:hover,
.btn-delete:focus {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}


.form-btn-talk {
	font-size: 14px; 
	padding: 16px 80px; 
	background-color: #8bb25a;
	color: #fff; 
	border: none;
	cursor: pointer;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


.form-btn-talk:hover {
	opacity: 0.5;
}


.new {
    color: #fff;
    position: absolute;
    border-radius: 40px;
    letter-spacing: 1px;
    padding: 28px 19px;
    margin: 1.5% 0% 1% 8%;
    background: #A2D169;
    float: right;
    text-align: center;
    font-size: 14px;
}


.sale {
    color: #fff;
    position: absolute;
    border-radius: 48px;
    letter-spacing: 1px;
    padding: 28px 31px;
    margin: 1.5% 0% 1% 18%;
    background: #f00;
    float: right;
    text-align: center;
    font-size: 14px;
}


.button {
  cursor: pointer;
}

.dec {
  background-position: 0 -29px;
}