/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016年6月28日, 下午02:19:43
    Author     : yaya1
*/

#media-list ul {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

#media-list ul > li {
    font-size: 14px;
    /*font-size: 1.2vw;*/
    list-style: none;
    padding: 5px 0px;
    display: table-row; 
    letter-spacing: 2px;
}
#media-list ul > li .media-report-date {
    display: table-cell;
    padding: 3px 0px;
    margin-right: 10px;
    white-space: nowrap;
    /* display: table-cell; */
    padding-right: 10px; 
}
#media-list ul li> .media-report-title {
    display: table-cell;
    padding: 3px 0px;
    color: #00a651;
    /*font-size: 19px;*/
}
/*div.page-title {
    padding-top: 0 !important;
}*/
/*#media-page-content > .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px){ 
    #media-page-content > .col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}*/