table {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
}

table, th, td, thead {
    border: 1px solid black;
    padding: 5px 5px 5px 5px;
}

.column-header {
	background-color:#333;
    color: #fff;
}

table .icon {
    font-size: 26px;
}