@charset "UTF-8";

#content table.module-risk th {
    font-size: small;
    white-space: normal;
    color: #0b0b0b;
    padding: 15px 15px 15px 15px;
}
#content table.module-risk td {
    font-size: smaller;
    white-space: pre-line;
    padding: 15px 15px 15px 15px;
}
#content table.module-risk th:last-child,
#content table.module-risk td:last-child
{
    border-right: none;
}

#content table.module-risk th:first-child
{
    width: 16%;
}
#content table.module-risk th:nth-child(2)
{
    width: 45%;
}

@media only screen and (max-width:767px) {
}