h2, h3{
    font-weight: bold!important;
}
table{
    display: table!important;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin:20px auto!important;
}
table tbody tr td{
    border: 1px solid silver!important;
    padding: 10px;
    word-wrap: break-word;
}
em {
    font-style: italic !important;
    margin: initial;
    padding: initial;
    border: initial;
    font: initial;
    vertical-align: initial;
}
.material{
    margin-top:15px;
}

@media screen and (max-width: 580px) {
    .news_view img{
        width:100%;
        float: none !important;
        margin:10px auto !important;
    }
}