.alien table.matrix {
    font-weight: normal;
	background-color: transparent;
	border-spacing: 0;
    border-collapse: collapse;
}
.alien table.matrix thead {
    color: white;
    background-color: #930035;
}
table.matrix thead tr th {
    font-size: 10.5pt;
}
table th {
    border: 1px solid #e1e1e1;
    padding: 16px 20px;
    text-align: center;
    font-size: 13px;
}
.alien table.matrix tbody {
    background-color: white;
    color: #333333;
}
.alien table.matrix tbody tr th {
    font-weight: normal;
    font-style: normal;
    text-align: left;
}
table.matrix tbody th {
    font-size: 10.5pt;
}

.su-spacer {
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
@media (max-width: 767px) {
.alien img {
     /*width: 100%;*/
     max-width: 100%;
}
}