BODY{min-width: 800px;}

.ts_item {
border-bottom: 1px solid #dcdcdc;
padding: 7px 0;
min-height: 100px!important;
}
.ts_pic {
width: 131px;
float: left;
}
.ts_pic img {
border: 5px solid #d6e8f0;
width: 125px;
height: 90px;
}
.ts_txt {
margin-left: 146px;
margin-top: -20px;
}
.ts_item h3 {
margin-bottom: 5px;
}
.ts_item h3 a, .overtabs .ts_item h3 a {
color: #333;
font-weight: bold;
}
.date_time {
font-size: 11px;
color: #666;
}
.preview_text {
margin-top: 10px;
}

.ts_pic a:hover img {
border: 5px solid #ffc077;
}

.ts_item h3 a:hover {
color: #ff6600;
text-decoration: none;
}
h3, .twiket h3 {
font-size: 18px;
}

.container-fluid
{
width: 1024px;
margin:auto;
}

/* select-and-search */
.select-and-search {
    position: relative;
    width: 100%;
    display: block;
    background: #fff;
    margin-bottom: 10px;
    height: 30px;
    border-radius: 10px;
}
.select-and-search.focus {
    z-index: 200;
}
.select-and-search .wrapper {
    display: block;
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.select-and-search input {
    position: relative;
}
.select-and-search .selector {
    display: none;
    position: absolute;
    top: 35px;
    min-width: 100%;
    padding: 20px 0 10px;
    border: 2px solid #d5d5d5;
    border-radius: 10px;
    z-index: -1;
    background: #fff;
}
.select-and-search.focus .selector {
    display: block;
}

.select-and-search .selector ul {
    margin: 0;
    padding: 0;
    max-height: 100px;
    overflow-y: auto;
    min-width: 100%;
}

.select-and-search .selector ul ul {
    max-height: unset;
    overflow-y: unset;
    min-width: unset;
}

.select-and-search .selector ul ul:before {
    content: "";
    display:block;
    width:0;
    position:absolute;
    top: 1.4em;
    bottom:0;
    left:12px;
    border-left: 1px solid;
}

.select-and-search .selector ul ul li:before {
    content:"";
    display:block;
    width:5px; /* same with indentation */
    height:0;
    border-top:1px solid;
    margin-top:-5px; /* border top width */
    position:absolute;
    top:1em; /* (line-height/2) */
    left:2px;
}
.select-and-search .selector ul ul li:last-of-type:before {
    background:white; /* same with body background */
    height:auto;
    top:1em; /* (line-height/2) */
    bottom:0;
}

.select-and-search .selector li {
    position: relative;
    line-height: 20px;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
    color: #434c52;
    white-space: nowrap;
}
.select-and-search .selector li span:hover {
    color: #fe8d25;
    cursor: pointer;
}

.select-and-search .selector .empty-msg {
    text-align: center;
    color: #6c6c6c;
    margin: 10px 0 0;
    padding: 0;
}