.tn-card {
    width: 100%;
    min-height: 355px;
    margin: 20px auto;
    background-color: #f5f5f5;
    border: 1px solid #ececec;
    box-sizing: border-box;
    align-items: center;
    flex-wrap: nowrap;
    align-content: stretch;
    position: relative;
    table-layout: fixed;
    border-spacing: 0;
    line-height: 26px;
    height: 1px;
}

.tn-card.has-badge {
    margin-top: 40px;
}

.tn-card a {
	border: 0;
    text-decoration: none;
}

.tn-card td {
    border: 0;
    position: relative;
    padding: 0;
}

.tn-card .tn-card-right-area {
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 22px;
}

.tn-card .tn-card-col-icons {
    padding: 12px 22px 22px;
    overflow: hidden;
}

.tn-card .tn-card-col-icons {
    padding: 12px 22px 22px;
}

.tn-card .tn-card-col-icons .tn-card-overview-block {
    display: block;
}

.tn-card .tn-card-col-icons .tn-card-overview-inner-block .tn-icons>* {
    float: none;
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
}

.tn-card .tn-card-col-icons .tn-card-overview-inner-block .tn-icons {
    white-space: nowrap;
    display: block;
}

.tn-card .tn-card-col-icons .arrows {
    height: 40px;
}

.tn-card .tn-card-col-icons .arrow {
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    height: 34px;
    width: 34px;
    margin: 16px;
    border-style: none;
    border-radius: 2px;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    pointer-events: all;
    margin-top: -36px;
    background-size: 18px 18px;
    filter: brightness(0%);
}

.tn-card .tn-card-col-icons .arrow.left {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fff'%3E%3Cpath d='M15 8.25H5.87l4.19-4.19L9 3 3 9l6 6 1.06-1.06-4.19-4.19H15v-1.5z'/%3E%3C/svg%3E");
}

.tn-card .tn-card-col-icons .arrow.right {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fff'%3E%3Cpath d='M9 3L7.94 4.06l4.19 4.19H3v1.5h9.13l-4.19 4.19L9 15l6-6z'/%3E%3C/svg%3E");
}

.tn-card .tn-card-col-icons .arrow:focus {
    outline: none;
    opacity: 0.5;
}

.tn-card .tn-card-col-icons .arrow:hover {
    color: #1168CC;
}

.tn-card-image {
    text-align: center;
    background: #fff;
    display: block;
    background-size: auto 160px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border: 0;
    text-decoration: none;
}

.tn-card img {
    display: inline-block;
    vertical-align: middle;
}

td.tn-card-image-col {
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.tn-card-overview-block {
    font-size: 38px;
    width: 100%;
    display: table;
}

.tn-card-overview-block .set_label {
    text-align: center;
}

.tn-card-overview-overflow {
    width: calc(100% + 40px);
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: -20px;
    margin-bottom: -20px;
    margin-top: -44px;
}

.tn-card-overview-block .tn-card-overview-table {
    display: table;
    width: calc(100% - 40px);
    margin: 15px 0 30px 0;
}

.tn-card-overview-block:last-child {
    border-bottom: 0;
}

.tn-card-overview-block small {
    font-size: 14px;
    font-weight: 500;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
}

.tn-card-overview-block label small {
    display: inline;
    vertical-align: bottom;
}

.tn-card-overview-inner-block {
    width: 50%;
    align-items: center;
    flex-wrap: nowrap;
    align-content: stretch;
    text-align: center;
    display: table-cell;
    vertical-align: top;
}

.tn-card-overview-block-full .tn-card-overview-inner-block {
    width: 100%;
}

.tn-card-overview-inner-block .app-supported {
    position: relative;
}

.tn-card-overview-inner-block .app-supported .label {
    font-size: 12px;
    color: #222;
    visibility: hidden;
    position: absolute;
    width: 200px;
    left: calc(50% - 100px);
}

.tn-card-overview-inner-block .app-supported:first-child .label {
    left: 0;
    text-align: left;
}

.tn-card-overview-inner-block .app-supported:last-child .label {
    left: auto;
    right: 0;
    text-align: right;
}

.tn-card-overview-inner-block .app-supported:hover .label {
    visibility: visible;
}

.tn-card-overview-inner-block .app-supported .label span {
    background-color: #000;
    color: #fff;
    padding: 3px 10px;
    position: relative;
    z-index: 1;
}

.tn-card-overview-inner-block .app-supported .icon {
    font-size: 35px;
}

.tn-card-overview-inner-block .tn-icons {
    display: table;
    width: 100%;
    table-layout: initial;
}

.tn-card-overview-inner-block .tn-icons-count-5 {
    table-layout: fixed;
}

.tn-card-overview-inner-block .tn-icons>* {
    display: table-cell;
    width: auto;
    padding: 5px 21px 0;
    vertical-align: top;
}

.tn-card-overview-inner-block span,
.tn-card-overview-inner-block label div {
    font-weight: 500;
    font-size: 13px;
    color: #616161;
    margin-left: 2px;
    letter-spacing: 0.5px;
}

.tn-card-overview-inner-block label span {
    position: absolute;
    margin-top: 8px;
}

td.tn-card-link-block {
    text-align: center;
    padding: 20px;
    border-right: 1px solid #dcdcdc;
}

.tn-card-link-block.bottom {
    position: relative;
    width: 100%;
    display: none;
}




@media only screen and (max-width:1140px) {
    .tn-card {
        max-width: 636px;
    }
}

@media(max-width:1018px) and (min-width:768px) {
    .tn-card-image {
        background-size: auto 120px;
    }
}

@media only screen and (max-width:599px) {

    .tn-card,
    .tn-card tbody,
    .tn-card tr,
    .tn-card td {
        display: block;
        height: auto;
    }

    .tn-card tr:last-child {
        display: flex;
        flex-direction: column-reverse;
    }

    .tn-card-inner-column {
        width: 100%;
    }

    .tn-card-overview-block {
        border-left: 0;
    }

    .tn-card-image,
    .tn-card-image.has_helper_text {
        position: static;
        height: 230px;
        width: 100%;
    }

    .tn-card-link-block {
        position: relative;
        width: 100%;
    }

    .tn-card-link-block {
        display: none;
    }

    .tn-card-link-block.bottom {
        display: block;
    }

    td.tn-card-image-col {
        border-right: 0;
    }

    .tn-card .tn-card-right-area {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width:350px) {
    .tn-card-overview-inner-block .tn-icons-count-5 {
        table-layout: auto;
    }
}

@media(max-width:600px) {
    .tn-card {
        height: auto;
    }
}