
#analyst-list {
    padding: 20px 10px 10px;
    background: #fff;
    border: #ccc solid 1px;
}

#analyst-list h1 {
    line-height:30px;
    float: left;
}
#analyst-list .webmastertalk{
    border-bottom: #ccc solid 1px;
    border-top: none;
    margin-bottom: 10px;
}
#analyst-list .head-line {
    margin-bottom: 0px;
    
}
#analyst-list .datepicker {
    float: right;
}

#analyst-list .pagination {
    text-align: center;
    margin-top: 20px;
}

#analyst-list .datepicker button {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    font-family: "Guardian Text Sans Web", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    height: 1.875rem;
    padding: 0 0.625rem;
    margin-right: 0.625rem;
    line-height: 1.75rem;
    color: #fff;
    background-color: #4bc6df;
    border-color: #005689;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 62.5rem;
    border-radius: 62.5rem;
    border-width: 0.0625rem;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #005689;
    border-color: #005689;
    cursor: pointer;
}

#analyst-list .alert-danger {
    margin-top: 10px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
}
#analyst-list  .item {
    float: left;
    width: 200px;
    margin-right: 9px;
    margin-bottom: 10px;
}
#analyst-list  .item img {
    width: 100%;
}
#analyst-list  .item span {
    padding: 0px 5px;
    font-size: 13px;
    display: block;
    height: 36px;
}
#analyst-list .items .date
{
    color: #393;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#analyst-list .items .clearfix
{
    border-top: #EEE solid 1px;
    margin-top: 20px;
    margin-bottom: 15px;
}