* {
    margin: 0;
    padding: 0;
    outline: 0;
	font-size:0;
}

.abc-grids {
    padding:0;
	margin:0;
	border-collapse: collapse;
	position:relative;
}

.abc-grid {
    float: left;
    width: 50%;
	position:relative;
}

.abc-grid img{
    width: 100%;
    height: 100%;
}

.abc-grid__icon {
    width: 28px;
    height: 28px;
    margin: 0 auto;
}

.abc-grid__icon img{
    width: 28px;
    height: 28px;
    margin: 0 auto;
}

.abc-grid__label {
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: default;
    color: rgba(0, 0, 0, 0.9);
}

a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: default;
    color: rgba(0, 0, 0, 0.9);
}

a:link {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: default;
    color: rgba(0, 0, 0, 0.9);
}

a:visited {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: default;
    color: rgba(0, 0, 0, 0.9);
}

a:active {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: default;
    color: rgba(0, 0, 0, 0.9);
}













