body{
    padding:0;
    margin:0;
    font-family: "Arial", sans-serif;
    
}
.table .tr .td {
    width:100%;
    text-align: left;
    font-size: 16px;
    font-family: "Arial", sans-serif;
}
.table .tr .td .fa{
    display: initial;
}
.table .tr .td .text_wrapper {
    padding:10px;
    margin:10px 5px 10px 5px;
    background-color:whitesmoke;
}
.table .tr .td .text_wrapper .text_container {
    display: -webkit-box;
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.center img{
    width: 100%;
    height: auto;
}

.center {
    text-align: center;
}

@media (min-width:720px) {
    .table {
        display: table;
        width: 100%;
    }
    .table .tr {
        display: table-row;
    }
    .table .tr .td {
        display: table-cell;
        width:230px;
    }
}