body {
    padding-bottom: 40px;
}

.indicator {
    font-size: 4.1em;
    margin-top: 0.35em;
    margin-right: 0.1em;
}


.word-break {
    -ms-word-break: break-all;
    word-break: break-all;

    // Non standard for webkit
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.middleded {
    position: relative;
    bottom: -25px;
}

table {
    table-layout: fixed;
}

table.resourcerecords td {
	word-wrap: break-word;
	min-width: 400px;
	max-width: 400px;
}
