#container {
    margin-top: 100px;
}

a.icon-button {
    text-decoration: none !important;
}

td {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
