@font-face {
    font-family: 'directors_gothic_220_semibold';
    src: url('./fonts/DirectorsGothic220/3594DE_0_0.eot');
    src: url('./fonts/DirectorsGothic220/3594DE_0_0.eot?#iefix') format('embedded-opentype'),
    url('./fonts/DirectorsGothic220/3594DE_0_0.woff2') format('woff2'),
    url('./fonts/DirectorsGothic220/3594DE_0_0.woff') format('woff'),
    url('./fonts/DirectorsGothic220/3594DE_0_0.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'sf_pro';
    src: url('./fonts/SFProText/sf-pro-text-regular-webfont.eot');
    src: url('./fonts/SFProText/sf-pro-text-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('./fonts/SFProText/sf-pro-text-regular-webfont.woff2') format('woff2'),
    url('./fonts/SFProText/sf-pro-text-regular-webfont.woff') format('woff'),
    url('./fonts/SFProText/sf-pro-text-regular-webfont.ttf') format('truetype'),
    url('./fonts/SFProText/sf-pro-text-regular-webfont.svg#sf_pro_textregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

#wp-pool-card {
    width: 390px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-family: sf_pro;
    float: none;
}

#wp-pool-card {
    border: 1px solid rgba(161, 170, 179, .3);
    border-radius: 5px;
}

#wp-pool-card a {
    color: #000 !important;
    font-weight: normal !important;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#wp-pool-card:hover {
    border-color: #f50;
}

#wp-pool-card .pool-card__header {
    height: 50px;
    border-bottom: 1px solid rgba(161, 170, 179, .15);
}

#wp-pool-card:hover .pool-card__header,
#wp-pool-card:hover .pool-logo,
#wp-pool-card:hover .pool-type,
#wp-pool-card.pool-card_accented .pool-card__header,
#wp-pool-card.pool-card_accented .pool-logo,
#wp-pool-card.pool-card_accented .pool-type {
    border-color: rgba(255,85,0,.15);
}

#wp-pool-card .pool-logo {
    float: left;
    width: 50px;
    padding: 9px 0;
    text-align: center;
    border-right: 1px solid rgba(161, 170, 179, .15);
}

#wp-pool-card .pool-logo img {
    display: inline-block;
    vertical-align: top;
    width: 32px;
}

#wp-pool-card .pool-name {
    position: relative;
    overflow: hidden;
    float: left;
    width: 180px;
    padding: 13px 10px 13px 20px;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: -0.49px;
    white-space: nowrap;
}

#wp-pool-card .pool-name:after {
    content: '';
    top: 0;
    right: 0;
    bottom: 1px;
    position: absolute;
    width: 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(100%, #ffffff), to(#ffffff));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%, #ffffff 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%, #ffffff 100%);
}

#wp-pool-card .pool-hash {
    float: left;
    width: 158px;
    padding: 13px 10px 13px 10px;
    font-family: directors_gothic_220_semibold;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.22px;
    text-align: right;
}

#wp-pool-card .pool-card__content {
    position: relative;
    padding-left: 50px;
}

#wp-pool-card .pool-type {
    bottom: 0;
    left: 50px;
    position: absolute;
    width: 134px;
    height: 48px;
    font-family: directors_gothic_220_semibold;
    font-size: 29px;
    line-height: 47px;
    letter-spacing: 4.22px !important;
    text-align: center;
    text-transform: uppercase;
    color: rgba(161,170,179,.2);
    border-bottom: 1px solid rgba(161,170,179,.15);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

#wp-pool-card .pool-options {
    padding: 6px 20px;
}

#wp-pool-card .pool-options__item {
    padding: 11px 0;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.24px;
    border-bottom: 1px solid rgba(161, 170, 179, .1);
}

#wp-pool-card .pool-options__name {
    overflow: hidden;
    float: left;
    width: calc(100% - 100px);
    white-space: nowrap;
    text-overflow: ellipsis;
}

#wp-pool-card .pool-options__val {
    float: right;
    width: 90px;
    text-align: right;
}

#wp-pool-card .pool-options__val strong {
    padding-left: 4px;
    font-weight: 400;
    letter-spacing: -0.24px;
    color: #a1aab3;
}

#wp-pool-card .pool-options__item:after {
    content: "";
    display: table;
    clear: both;
}

#wp-pool-card .pool-options__item:last-child {
    border: none;
}