.talkietable{
	display: inline-block;
	border:outset;
	padding: 6px;
	margin: 5px;
}

.sitelogo{
	padding-top: 2px;
	margin: 5px;
}

.anabonus{
	padding-bottom: 4px;
}

.click{
	padding-top: 16px;
}


.res-table {
    width: 100%;
    background: #000;
    border-radius: 5px;
    border-style: hidden;
}
table.res-table th {
    color: #fff;
    background: #e05900;
	text-align: center;
}
.res-table tr {
  border: 1px solid #dde1ef;}
.res-table tr:nth-child(odd) {
    background: #b8b8b8}
.res-table tr:nth-child(even) {
    background: #cfcfcf
}
.res-table tr .image img {
    border-radius: 5px;
	max-height:35px !important;
}
.res-table .rating .full:before {
    content: '\2605';
    font-size: 24px;
}
.res-table .rating .empty:before {
    content: '\2606';
    font-size: 24px;
}
.res-table .rating .full, .res-table .rating .half, .res-table .rating .empty {
    position: relative;
    display: inline-block;
    width: 14px;
    font-size: 0px;
    color: #e96623;
    margin-left: 3px;
    margin-right: 3px;
}
.res-table .rating .half:before {
    content: '\2606';
    position: relative;
    font-size: 24px;
}
.res-table .rating .half:after {
    content: '\2605';
    width: 11px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}
.res-table .link a {
    font-size: 16px!important;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    box-shadow: none;
    border-radius: 5px;
    background-color: #e05900 !important;
    text-shadow: none;
    padding: 5px 20px!important;
    position: relative;
    max-width: 200px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    transition: background-color .3s ease-out;
    border-radius: none;
}
.res-table .link a:hover {
    background-color: #C72100 !important;
}
.res-table tr td {
    padding: 10px 10px;
    text-align: center;
    color: #000;
    border: 0;
	font-size: 14px;
	font-weight: 600;
	vertical-align: middle;
}
.res-table tr td a {
    color: #000;

}
.res-table .sec1 .image img {
    max-width: 110px;
}
.res-table .sec2 .name {
    margin-top: 15px;
}
.res-table tr:hover {
    background: #a8a8a8;
}
/*.res-table tr:hover td, .res-table tr:hover td.name a {
    color: #000;
}*/





@media screen and (max-width: 480px) {
.res-table tr td {
    display: block;
}
.res-table tr td.image {
    display: table-cell;
}
.res-table tr td.name {
    padding-bottom: 3px;
}
.res-table tr td.bonus {
    padding-top: 3px;
    padding-bottom: 0px;
}
.res-table tr td.rating {
    padding-bottom: 0px;
}
.res-table tr td.sec1 {
    padding-bottom: 0px;
}
table.res-table th {
    display: none;
}
}

.side_bar_design .btn.btn_green {
    padding: 13px 10px;
}