﻿.genGlobe {
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 100 !important;
    color: black;
    padding: 4px !important;
}

.genLabel {
    margin-top: 12px !important;
    border-radius: 15px;
    border-left-width: 2px;
    border-left-style: solid;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400 !important;
    color: black;
    display: inline-block;
    padding: 4px;
}

.genTitle {
    width: 94%;
    border-top-color: black;
    border-left-color: black;
    border-right-color: black;
    border-bottom-color: lightgray;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500 !important;
    color: black;
    display: inline-block;
    padding: 4px;
}

.genVPipe {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: lightgray !important;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: lightgray !important;
    padding: 3px;
    height: 100%;
    line-height: 4px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.publishPanel {
    border-top: 1px solid gray;
    width: 100%;
    margin-top: 6px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

    .publishPanel td {
        margin: 0px;
        padding: 0px;
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }

    .publishPanel tr {
        margin: 0px;
        padding: 0px;
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }

.publishLabel {
    border: 1px solid navy;
    background-color: #8181a1;
    border-radius: 4px;
    color: white !important;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 100 !important;
    display: inline-block;
    text-decoration: none;
    text-decoration-color: white;
    height: 16px;
    text-align: center;
    min-width: 74px;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
}
    .publishLabel a {
        color: white !important;
    }

.publishLink {
    border: 1px solid navy;
    background-color: #ffffff;
    border-radius: 4px;
    color: #000040;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 100 !important;
    text-decoration: none;
    text-decoration-color: white;
    display: inline-block;
    margin-top: 4px;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
}

    .publishLink a {
        color: #000040 !important;
    }

.publishStatHead {
    border-top: 1px solid gray;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 2px;
    padding-top: 4px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 100 !important;
}

.freedomBk {
    background-color: #e6fedc;
    border-color: #194407;
}
.equalityBk {
    background-color: #fcd6fc;
    border-color: #300330;
}
.justiceBk {
    background-color: #dcdcfe;
    border-color: #04043b;
}
.concordBk {
    background-color: #f0f0f0;
    border-color: #393838;
}
.honestyBk {
    background-color: #fce7c2;
    border-color: #452c01;
}
