/*
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日, 下午06:56:10
    Author     : yaya1
*/
#newsLetter-list {
    padding: 5px 15px;
    padding: 10px 5px 15px 5px;
    text-align: center;
}
@media (min-width: 768px) {
    #newsLetter-list {
        padding: 15px 35px 25px 35px;
    }
}

#newsLetter-list > .col-sm-3{
    padding: 7px
}
@media (min-width: 768px){
    #newsLetter-list > .col-sm-3{
        padding: 10px
    }
}
#newsLetter-list a {
    padding: 4px;
    /*border: #DDD 1px solid;*/
    display: block;
}
.newsletter-title {
    padding: 2px 7px 5px;
    word-break: break-word;
}