.logo_company{
    height: 50px;
    width: auto;
    vertical-align: middle; 
    margin: 0 auto;
}

.table_line_1{
    text-align: center;
}

.important{
    color:blue;
}

.important_str i{
    color:red;
    font-style:italic;
}

table{
    border:1px;
    border-color: black;
}

table tr{
    height: 100px;
}