@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Artemis';

    src: url('../fonts/menuet.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.overlay {
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
}
.content_inject {
    width: 550px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
    background: #fff;
    height: 375px;
    display: none;
}
.alter_close {
    width: 120px;
    text-align: center;
    color: #fff;
    background: #999;
    margin: 30px auto 0 auto;
    border-radius: 30px;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.6s ease;
}
.alter_close:hover {
    background: #007ab6;
}
.content_inject_wrapper {
    padding: 45px;
}
.content_inject_name {
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 30px 0;
}
.content_inject_text {
    line-height: 27px;
}
.content_inject_close {
    transition: all 0.3s ease;
}
.content_inject_close:hover {
    color: #424242;
}
.content_inject_close::before {
    font-family: FontAwesome;
    content: "\f00d";
    cursor: pointer;
    transition: all 0.4s;
    position: absolute;
    right: 11px;
    top: 11px;
    font-size: 22px;
}
.content_inject_default {
    padding: 20px;
}
.info_table {
    border-collapse: collapse;

}
.info_table th {
    background: #eee;
    font-weight: bold;
}
.info_table th, .info_table td {
    border: solid 1px #aaa;
    padding: 7px 40px;
}
