body {
    font: normal 16px Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

th {
    text-align: left;
    font: normal 16px Arial, sans-serif;
}

td {
    text-align: left;
    font: normal 14px Arial, sans-serif;
}

div.block {
    align: center;
    width: 80%;
    display: block;
    border:1px solid gray;
    padding: 5px;
    margin-bottom: 1px;
    background: WhiteSmoke;
}

span.act_el {
    display: inline-block;
    vertical-align: top;
    width: 15%;
}

div.act_det {
    float: left;
    display: table-row;
    vertical-align: top;
    width: 15%;
}

.container .content {
    display: none;
    padding : 5px;
}

.bold{
    font-weight: bold;
}
