﻿i.fpdx-icon-template-layer {
    width: 18px;
    height: 64px;
    background-image: url(../img/templateicon.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 50% 50%;
    margin-right: 4px;
}

i.fpdx-icon-proof-layer {
    width: 20px;
    height: 64px;
    background-image: url(../img/prooficon.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 50% 50%;
    margin-top: -5px;
    margin-right: 3px;
}

i.fpdx-icon-copy-to-back {
    background-image: url(../img/keychaincopyicon.png);
    width: 18px;
    height: 64px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 50% 50%;
    margin-right: 4px;
}