.ls_container
{
    text-align: center;
}

.ls_result_div
{
    position: relative;
    background-color: transparent;
    font-size: 17px;
    display: none;
    margin: 0 auto;
	width: 100%;
    max-width: 100%;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border: 0px;
    z-index: 1001;
}

.ls_result_main
{
    /*overflow: auto;*/
}

.ls_result_div table
{
    width: 100% !important;
    margin: 0 auto;
    text-align: left;
    border-spacing: 0;
}

.ls_result_div table tr
{
    height: 40px;
    line-height: 40px;
}

.ls_result_div table tr td, .ls_result_div table tr th
{
    text-align: center;	
}

.ls_result_div table tr:first-child td:first-child
{
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
}

.ls_result_div table tr:first-child td:last-child
{
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
}

.ls_result_div table tr:last-child td
{
    border-bottom: none;
}

.ls_result_div table td
{
    border-bottom: 1px solid #fff;
}

.ls_result_div table td:first-child
{
    padding-left: 0px;
}

.error
{
    color: white;
	display: none;
}

.ls_hide
{
    display: none;
}

.ls_result_footer
{
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-top: 1px solid #DDD;
    height: 40px;
}

.ls_result_footer label
{
    font-weight: normal;
    display: inline;
}

.ls_result_footer select
{
    padding: 0 0 0 0;
}

.ls_result_footer .navigation
{
    margin-top: 2px;
}

.ls_result_footer .pagination
{
    margin-top: 7px;
    margin-bottom: 0px;
}

.ls_result_footer .page_limit
{
    margin-top: 5px;
}

.col
{
    float: left;
    position: relative;
    width: 24%;
}

.arrow
{
    color: #0080bb;
    cursor: pointer;
    font-size: 26px;
}

.arrow:hover
{
    color: #276099;
}

.ls_result_footer select
{
    -webkit-appearance: menulist-button;
    height: 30px;
    width: 65px;
    font-size: 15px;
	visibility: hidden;
}

.hover
{
    background-color: rgba(0, 0, 0, .1);
}

.border_radius
{
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}
/* End of result div and table */

@media(max-width:767px){
    .feature
    {
        text-align: center;
    }

    .feature_desc
    {
        margin-top: 10px;
    }
}