#last_messages_table img {
	width:150px;
}

#last_messages_table td {
    padding: 10px;
    border-bottom: 1px solid lightgrey;
    /* width: auto; */
    text-align: i;
}
#last_messages_table th {
	background-color: #003399;
    text-align: inherit;
    color: white;
    padding: 10px;
}

#last_messages_table #td {
    width: 69px;
}

#last_messages_table #tt {
    width: 29%;
}

#last_messages_table #tb {
    width: 81%;
}
div#web2app-error-mesage {
    border: 1px solid red;
    padding: 10px;
    background-color: lightpink;
    width: 97%;
}
.my-section {
    background: #ffffff;
    padding: 10px;
    border: 1px solid lightgray;
}