.type_1 #sosearchpro {
    margin-top: 15px;
}
table{width:90%}
table thead tr th{
	background: #a94442;
    color: #ffffff;
    border-radius: 5px;
}
table tr{height:34px;text-indent:15px;}
table tr:nth-child(odd) {background-color:#fbfbfb;}
table tr td:nth-last-child(2n+1) { text-align: center;}
table tr:hover{background-color:#e6e6e6}
table tr td a{
	color: #ffffff;
    transition: color 0.3s ease-in-out;
	background-color:#F4A137;
    padding: 5px 10px;
    border-radius: 5px;
    text-indent: inherit;
    width: auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
}
table tr td a:hover{color:#000000;}