.support-table {

    border-collapse: collapse;
}

.support-table td {
 border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

.support-table th {
   border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

.support-table th img {
	width: 5vw;
}

.support-table th span {
    display: block;
	font-size: 80%;
}


.os {
    display: table-cell;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.check {
	width: 3vw;
}

.check-td {
	text-align: center;
}

.os img {
    width: 5vw;
    float: right;
    height: 33px;
}

.os span {

    font-weight: bold;
    display: block;
    float: left;
    height: 100%;
    line-height: 35px;
}

.footer {
text-align: right;
padding: 10px;

}

.footer img {
	vertical-align: middle;
}

.footer span {
	vertical-align: middle;
	font-size: 90%;

}

.footerSpan {
	margin-left: 2vw;

}


.checkSmall {
	width: 1.5vw;
}