@import url('../../style/background-image.scss'); table { width: 100%; } :host /deep/ table.mat-table { background: rgba(255, 255, 255, 0.6); } :host /deep/ tr.mat-row:hover { background: #ffffff; cursor: pointer; } td > img { height: 120px; padding: 8px; } h1, h3 { text-align: center; } h3 { font-weight: bolder; padding-bottom: 14px; padding-top: 11px; margin-bottom: 0; background: #222222; } .column-container { width: 48%; padding-bottom: 20px; }