/* ================================= BOARDS ================================= */
#game_events div {
    width: 100%;
    clear: both;
    margin: 10px 0;
    min-height: 48px;
    border-bottom: 1px solid #ffcc00;
    padding-bottom: 5px;
}

#game_events img {
    float: left;
    clear: both;
}

.dpost1 {
    width: calc(100% - 25px);
    background-color: #000000;
    font-size: 12px;
    text-align: left;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    overflow: hidden;
    border: 1px solid #8F4C00;
    border-radius: 15px;
    position: relative;
}

.dpost1:hover {
    background-color: #222222;
}

.dpost2 {
    width: calc(100% - 25px);
    background-color: #111111;
    font-size: 12px;
    text-align: left;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    overflow: hidden;
    border: 1px solid #787878;
    border-radius: 15px;
    position: relative;
}

.dpost2:hover {
    background-color: #222222;
}

.dpost1 .replyPost {
    margin: 20px 15px 10px 25px;
    border-left: 3px solid #8F4C00;
    background-color: #1a0f00;
    padding: 10px;
    color: #f1b769;
}

.dpost2 .replyPost {
    margin: 20px 15px 10px 25px;
    border-left: 3px solid #565656;
    background-color: #1f1f1f;
    padding: 10px;
    color: #7c7c7c;

}

.posterdetailsa {
    width: 185px;
    border-right: 1px solid #D17000;
    float: left;
}

.posterdetailsb {
    width: 185px;
    border-right: 1px solid #FFFFFF;
    float: left;
}

.forumreply {
    width: calc(100% - 211px);
    float: left;
    padding-left: 15px;
}

.posterdetailsa b, .posterdetailsb b {
    color: #00d8ff;
}

.posterdetailsa span.ranked, .posterdetailsb span.ranked {
    font-size: 10px !important;
    display: block;
    margin-top: 3px;
}

/* --------------------------------- BOARDS --------------------------------- */


/* ================================= CONTRACTS ================================= */
.contract_complete {
    color: gold;
    text-decoration-line: line-through;
}

.contract_unavailable {
    color: grey;
}

/* --------------------------------- CONTRACTS --------------------------------- */

/* ================================= BUSINESSES ================================= */
#page .MIBoxShadow {
    background-color: #000000;
    box-shadow: inset 0 20px 8px -16px rgba(255, 255, 255, 0.25), inset 0 -20px 8px -16px rgba(209, 112, 0, 0.3);
    height: 50px;
    line-height: 50px;
    font-weight: bold;
}

.businessTile {
    background: radial-gradient(ellipse at center, rgba(50, 50, 50, 0.6) 0%, rgba(0, 0, 0, 1) 100%);
    border-bottom: 1px solid rgba(209, 112, 0, 0.5);
}

#citySelect {
    background: black;
    border: 1px solid #d17000;
    height: 50px;
    line-height: 50px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#citySelect a, #citySelect a:link, #citySelect a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
}

#citySelect a:hover {
    color: #d17000;
}

#citySelect a.activeLink {
    color: #00d8ff;
}

#busPanel {
    overflow: hidden;
    overflow-y: auto;
}

#busInfoProfit {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

#busInfoProfit .green {
    color: #00ff00;
    font-size: 22px;
}

#busInfoProfit #busInfoImage {
    width: 100%;
    height: 130px;
    position: relative;
}

#busInfoProfit #stackSize {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 10px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ff0000;
    box-shadow: 0 0 8px rgba(255, 0, 0, 1), 0 0 8px rgba(255, 0, 0, 1), 0 0 8px rgba(255, 0, 0, 1);
    color: white;
    line-height: 30px;
    border-radius: 50%;
    text-shadow: 1px 1px 3px black, 1px 1px 3px black;
}

span.stackSize {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ff0000;
    box-shadow: 0 0 8px rgba(255, 0, 0, 1), 0 0 8px rgba(255, 0, 0, 1), 0 0 8px rgba(255, 0, 0, 1);
    color: white;
    line-height: 20px;
    border-radius: 50%;
    text-shadow: 1px 1px 3px black, 1px 1px 3px black;
    margin: 0 15px;
}

.businessTile .money {
    display: inline-block;
    margin: 0 10px;
}

#busInfoProfit #nextProfit {
    color: yellow;
    font-weight: bold;
}

#busInfoProfit #nextProfitTime {
    color: white;
    font-size: 32px;
}

#busInfoInfo {
    width: 460px;
    position: absolute;
    top: 0;
    left: 200px;
    bottom: 0;
    padding: 10px 10px 10px 30px;
    font-size: 12px;
    text-align: left;
    line-height: 1.8em;
}

#busInfoInfo #busInfoName {
    font-size: 18px;
    font-weight: bold;
    color: yellow;
    text-transform: capitalize;
}

#busInfoActionButtons {
    position: absolute;
    left: 230px;
    bottom: 10px;
}

/*define the animation for pulse which makes the image grow and shirnk like a heartbeat*/
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

#busInfoActionButtons a:hover img {
    background-color: #3f2300;
    animation: pulse 1s infinite;
}

#busInfoActions {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 35px;
    font-size: 18px !important;
}

#busInfoActionButtons a, #busInfoActionButtons a:link, #busInfoActionButtons a:visited, #busInfoActionButtons a:active {
    font-size: 14px !important;
    display: inline-block;
    width: 64px;
    height: 64px;
    padding: 4px;
    margin: 0 15px;
}

.businessNotification {
    width: calc(32% - 40px);
    height: 50px;
    float: left;
    position: relative;
    background-color: #000000;
    border: 1px solid #d17000;
    padding: 25px 20px;
    margin-left: 1%;
}

.businessNotificationTitle {
    font-size: 18px;
    font-weight: bold;
    color: yellow;
    text-transform: capitalize;
    position: absolute;
    top: 5px;
}

.businessNotificationText {
    font-size: 12px;
    text-align: left;
    line-height: 1.8em;
    position: absolute;
}

.businessNotificationTime {
    font-size: 10px;
    text-align: center;
    line-height: 1.8em;
    position: absolute;
    bottom: 4px;
    width: 100%;
    color: grey;
}

.businessNotificationMarkRead {
    font-size: 18px !important;
    color: #d04343;
    position: absolute;
    right: 4px;
    top: 4px;
}

.businessNotificationMarkRead:hover {
    color: #ff0000;
    cursor: pointer;
}

/* --------------------------------- BUSINESSES --------------------------------- */


/* ================================= MAIN MENU ================================= */

.godfatherprogress {
    height: 240px;
    padding: 10px;
    width: 30px;
    background-color: black;
    border: solid 2px #d17000;
    position: relative;
    border-radius: 8px;
    float: left;
}

.godfatherline {
    height: 1px;
    position: absolute;
    top: 40px;
    z-index: 2;
    width: 30px;
}

.underbossline {
    height: 1px;
    position: absolute;
    top: 200px;
    z-index: 2;
    width: 30px;
}

.lineA {
    border-top: 2px dashed #d17000;
}

.lineB {
    border-top: 2px dashed #000000;
}

.godfatherprogress .playerlevel {
    width: 30px;
    position: absolute;
    bottom: 10px;
    background-color: #d17000;
    z-index: 1;
}

.godfatherprogresslabels {
    height: 260px;
    width: 130px;
    float: left;
    position: relative;
}

.godfatherprogresslabels div {
    border-top: 1px solid #d17000;
    color: #d17000;
    font-size: 11px;
    text-transform: capitalize;
}

div.godfatherlabel {
    width: 100%;
    position: absolute;
    top: 40px;
}

div.underbosslabel {
    position: absolute;
    top: 200px;
    width: 100%;
}

div.mademanlabel {
    position: absolute;
    top: 250px;
    width: 100%;
}

.playerprogresslabel {
    height: 335px;
    width: 130px;
    float: left;
    position: relative;
}

.pprogressline {
    position: absolute;
    border-top: 1px solid #d17000;
    text-align: right;
    width: 100%;
}

.pprogressline.avatar-godfather::before {
    content: "";
    width: 120px;
    height: 156px;
    background: url('https://mafiainferno.com/images/newlayout/status-gf.png');
    background-size: contain;
    position: absolute;
    top: -156px;
    left: 0;
}

.pprogressline.avatar-underboss::before {
    content: "";
    width: 120px;
    height: 156px;
    background: url('https://mafiainferno.com/images/newlayout/status-ub.png');
    background-size: contain;
    position: absolute;
    top: -156px;
    left: 0;
}

.pprogressline.avatar-mademan::before {
    content: "";
    width: 120px;
    height: 156px;
    background: url('https://mafiainferno.com/images/newlayout/status-mm.png');
    background-size: contain;
    position: absolute;
    top: -156px;
    left: 0;
}

/* --------------------------------- MAIN MENU --------------------------------- */


/* ================================= PROFILE ================================= */
/* #2 is invalid selector, not sure what this was meant for
#2{	width:250px;	height:225px;	float:right;	padding-right:75px;	}
*/
.profilepaged {
    width: 600px;
    background-color: #000000;
    font-size: 12px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    border: 1px solid #8F4C00;
    border-radius: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

#profilepagem {
    width: 422px;
    height: 362px;
    background-color: #000000;
    font-size: 12px;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    margin-right: 6px;
    overflow: hidden;
    border: 1px solid #8F4C00;
    border-radius: 15px;
}

#profilepagem.nom {
    margin-left: 74px;
}

#profilepagem2 {
    width: 350px;
    height: 200px;
    background-color: #000000;
    font-size: 12px;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    float: right;
    margin-right: 6px;
    overflow: hidden;
    border: 1px solid #8F4C00;
    border-radius: 15px;
}

.profilepagec {
    width: 907px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    height: 396px;
}

.profilepages {
    width: 290px;
    height: 362px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #8F4C00;
    border-radius: 15px;
    margin-right: 6px;
    float: left;
    text-align: left;
    padding-left: 16px;
    line-height: 1.4em;
}

.profilepagesnom {
    margin-left: 214px;
}

.profilepagesnom.nom {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.profilepagea {
    width: 149px;
    height: 362px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #8F4C00;
    border-radius: 15px;
    float: left;
    vertical-align: middle;
    line-height: 20px;
}

.profilepageaown {
    line-height: 90px;
}

#profilepageactions {
    width: 900px;
    margin: 10px auto 12px 40px;
}

#profilepageactions a:nth-child(2n+2) {
    color: white;
}

#profilepageactions a:nth-child(2n+1) {
    color: #47E632;
}

#legendmedal table tr td {
    width: 50%;
    color: #a6a6a6;
    text-transform: uppercase;
    border-top: 1px solid #D17000;
    border-bottom: 1px solid #D17000;
    font-size: 20px;
}

#legendmedal table tr th {
    width: 50%;
    color: #a6a6a6;
    text-transform: uppercase;
    border: none;
}

#legendmedal table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

td.legendavailable {
    box-shadow: inset 0 0 15px #C2A500, inset 0 0 12px #FFE478, inset 0 0 8px #000;
    cursor: help;
}

td.legendavailable img {
    height: 24px;
    width: 24px;
    margin-top: 4px;
}

a.oor {

}

/* --------------------------------- PROFILE --------------------------------- */

/* ================================= TOURNAMENT ================================= */
#showteam {
    width: 500px;
    margin-left: 0;
    margin-right: auto;
}

#showteam div span {
    width: 150px;
    display: block;
    float: left;
    margin-right: 20px;
}

#showteam div {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-family: Verdana;
}

/* --------------------------------- TOURNAMENT --------------------------------- */

/* ================================= FAM OPTIONS ================================= */
div.famoptionsheader {
    height: 48px;
    background: #111111 url('/images/flame.png') center left no-repeat;
    padding-left: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    color: #D17000;
    width: 840px;
}

div.famoptionsheader span {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}

span.famoptionsdescemp {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
}

div.famoptionsbody {
    padding: 10px 10px 10px 50px;
    text-align: left;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.famhr {
    width: 300px;
    height: 1px;
    border: 0;
    color: white;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

/* --------------------------------- FAM OPTIONS --------------------------------- */

/* ================================= NEWS PAGE ================================= */
.inewsexpanded {
    background-color: black;
    border-radius: 16px;
    width: 500px;
    padding-top: 10px;
    overflow: hidden;
    margin-left: 16px;
}

.inewscollapsed {
    background-color: black;
    border-radius: 16px;
    width: 500px;
    padding-top: 10px;
    overflow: hidden;
    margin-left: 16px;
}

.inewsexpandedtitle {
    font-weight: bold;
    font-size: 17px;
    color: #d17000;
    height: 30px;
    float: left;
    width: 454px;
    text-align: center;
    background-color: #333333;
    padding: 8px 0px 0px 8px;
    border-top-left-radius: 16px 16px;
}

.inewscollapsedtitle {
    font-weight: bold;
    font-size: 17px;
    color: #d17000;
    height: 30px;
    float: left;
    width: 454px;
    text-align: center;
    background-color: #333333;
    padding: 8px 0px 0px 8px;
    border-top-left-radius: 16px 16px;
}

.inewsexpandcollapsetoggle {
    height: 30px;
    width: 30px;
    padding: 5px;
    float: left;
    background-color: #333333;
    padding: 8px 8px 0px 0px;
    border-top-right-radius: 16px 16px;
}

.inewsexpandedcontent {
    background-color: #454545;
    float: left;
    padding: 8px;
    width: 484px;
    border-bottom-left-radius: 16px 16px;
    border-bottom-right-radius: 16px 16px;
}

.i2expanded {
    background-color: black;
    border-radius: 16px;
    width: 385px;
    padding-top: 10px;
    overflow: hidden;
    margin-right: 16px;
}

.i2collapsed {
    background-color: black;
    border-radius: 16px;
    width: 385px;
    padding-top: 10px;
    overflow: hidden;
    margin-right: 16px;
}

.i2expandedtitle {
    font-weight: bold;
    font-size: 17px;
    color: #d17000;
    height: 30px;
    float: left;
    width: 339px;
    text-align: center;
    background-color: #333333;
    padding: 8px 0px 0px 8px;
    border-top-left-radius: 16px 16px;
}

.i2collapsedtitle {
    font-weight: bold;
    font-size: 17px;
    color: #d17000;
    height: 30px;
    float: left;
    width: 339px;
    text-align: center;
    background-color: #333333;
    padding: 8px 0px 0px 8px;
    border-top-left-radius: 16px 16px;
}

.i2expandcollapsetoggle {
    height: 30px;
    width: 30px;
    padding: 5px;
    float: left;
    background-color: #333333;
    padding: 8px 8px 0px 0px;
    border-top-right-radius: 16px 16px;
}

.i2expandedcontent {
    background-color: #454545;
    float: left;
    padding: 8px;
    width: 369px;
    border-bottom-left-radius: 16px 16px;
    border-bottom-right-radius: 16px 16px;
}

table.news {
    margin-right: auto;
    margin-left: auto;
    width: 99%;
    border: 2px solid #8A4A00;
    background-color: #222222;
}

th.news {
    background-color: #111111;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
    color: #ffcc00;
    height: 30px;
    border-bottom: 1px solid white;
}

td.newstime {
    background-color: #111111;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: white;
    text-align: center;
}

td.newsnews {
    padding: 0px 20px 0px 50px;
}

td.indexnews {
    width: 70%;
}

td.indexside {
    width: 30%;
}

.pollbar {
    height: 50%;
    padding: 0px 0px 0px 0px;
}

/* NEW news layouts here*/

.r_newswrap {
    width: 650px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.r_newstitle {
    background-color: #2B1200;
    width: 650px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

.r_newscontent {
    border-top: 5px solid #BD6500;
    border-bottom: 2px solid #BD6500;
    box-shadow: inset 0 26px 16px -16px rgba(255, 255, 255, 0.4), inset 0 -26px 16px -16px rgba(255, 255, 255, 0.4);
    background-color: #333333;
    width: 600px;
    padding: 25px;
    text-align: left;
}

.r_newscontent small {
}

/* --------------------------------- NEWS PAGE --------------------------------- */

/* ================================= MAILBOX ================================= */
.msghead {
    background-color: #4F2D00;
    overflow: hidden;
}

.msgbody {
    background-color: #291700;
    overflow: hidden;
}

.msghead1 {
    background-color: #4F4800;
    overflow: hidden;
}

.msgbody1 {
    background-color: #292500;
    overflow: hidden;
}

.invite {
    background: #000000 url("https://mafiainferno.com/images/invite.jpg") top left no-repeat;
    width: 500px;
    padding: 7px 50px 7px 50px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.msgin {
    background: #000000 url("https://mafiainferno.com/images/msgin.jpg") top left no-repeat;
    width: 500px;
    padding: 7px 50px 7px 50px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.msgout {
    background: #000000 url("https://mafiainferno.com/images/msgout.jpg") top left no-repeat;
    width: 500px;
    padding: 7px 50px 7px 50px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.attackin {
    background: #000000 url("https://mafiainferno.com/images/attackin.jpg") top left no-repeat;
    width: 500px;
    padding: 7px 50px 7px 50px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.attackout {
    background: #000000 url("https://mafiainferno.com/images/attackout.jpg") top left no-repeat;
    width: 500px;
    padding: 7px 50px 7px 50px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.transferin {
    background: #000000 url("https://mafiainferno.com/images/transferin.jpg") top left no-repeat;
    width: 500px;
    padding: 7px 50px 7px 50px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.transferout {
    background: #000000 url("https://mafiainferno.com/images/transferout.jpg") top left no-repeat;
    width: 500px;
    padding: 7px 50px 7px 50px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.inboxmsg {
    color: white;
    text-align: left;
}

td.r {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, "Sans Serif";
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    text-align: right !important;
}

img.JRMsgSpecialMedal {
    float: left;
    margin-right: 20px;
}

.mailboxnavlinkscont {
    width: 200px;
    background-color: #151515;
    height: 416px;
    padding: 1px 0px 5px 0px;
    float: left;
    height: auto;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.mailboxnavlinks {
    width: 195px;
    background-color: transparent;
}

.mailboxnav, .mailboxnava {
    width: 195px;
    padding-left: 0px;
    padding-right: 0px;
    height: 40px;
    background-color: #060606;
    line-height: 40px;
    margin-top: 5px;
    margin-left: 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.mailboxnav:hover {
    background-color: #262626;
}

.mailboxnava {
    background-color: #8C8C8C;
}

.mailboxnava:hover {
    background-color: #262626;
}

a.mailboxnavl:link, a.mailboxnavl:visited, a.mailboxnavl:active {
    color: #ffffff;

}

a.mailboxnavl:hover {
    color: #D17000;

}

.mailboxcontentarea {
    background-color: #151515;
    width: 650px;
    float: left;
    overflow: hidden;
    padding-bottom: 5px;
}

.mainmailboxcont {
    width: 850px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.searcharea {
    background-color: #402100;
    width: 600px;
    margin: 5px 0 0 5px;
    padding: 10px 20px 10px 20px;
}

.displaymessage {
    width: 600px;
    margin: 5px 0 0 5px;
    padding: 10px 20px 10px 20px;
    background-color: #000000;
    text-align: left;
    overflow: hidden;
}

.displaymessagespecial {
    width: 600px;
    margin: 5px 0 0 5px;
    padding: 10px 20px 10px 20px;
    background-color: #1A0000;
    text-align: left;
    overflow: hidden;
}

.displaypages {
    width: 600px;
    margin-top: 5px;
    padding: 10px 20px 10px 20px;
    background-color: #121212;
    text-align: center;
    overflow: hidden;
}

.displaysender {
    text-align: left;
    float: left;
    width: 59%
}

.displayoptions {
    text-align: right;
    float: right;
    width: 40%;
}

.mail_auto {
    width: 260px;
    height: 265px;
    margin: 10px auto;
    display: block;
}

/* --------------------------------- MAILBOX --------------------------------- */

/* ================================= STORE ================================= */
.storeTH {
    background: #000000 url("https://mafiainferno.com/images/storeTH.png") repeat-x left center;
    height: 50px;
    font-size: 24px;
    color: white;
    border-bottom: 0px solid black;
}

.storeTD {
    background: #000000 url("https://mafiainferno.com/images/storeTD.png") repeat-x left center;
    height: 50px;
    font-size: 20px;
    color: white;
    border-bottom: 0px solid black;
}

.storeTD2 {
    background: #000000 url("https://mafiainferno.com/images/storeTD2.png") repeat-x left center;
    color: white;
}

.platbalance {
    color: #C1C7C6;
    font-size: 32px;
}

.goldbalance {
    color: #FCC135;
    font-size: 32px;
}

.seasonpointbalance {
    color: #00d8ff;
}

.tourneybalance {
    color: #FF4D4D;
    font-size: 32px;
}

#3pwarn {
    line-height: 30px;
    padding-top: 10px;
}

.optheader {
    height: 30px;
    font-weight: bold;
    font-size: 1.05em;
    text-align: center;
    background-color: #1A0B00;
}

.storefieldset {
    border: 1px solid #703104;
}

.storetile {
    width: 150px;
    overflow: hidden;
    height: 150px;
    position: relative;
    cursor: pointer;
}

.storetile p {
    width: 110px;
    max-width: 115px;
    margin-left: auto;
    margin-right: auto;
}

.storetile img {
    vertical-align: -8px;
}

.storeb {
    background: #222222 url('/images/store/bronze.png') top left scroll no-repeat;
}

.stores {
    background: #222222 url('/images/store/silver.png') top left scroll no-repeat;
}

.storeg {
    background: #222222 url('/images/store/gold.png') top left scroll no-repeat;
}

.storep {
    background: #222222 url('/images/store/platinum.png') top left scroll no-repeat;
}

.stored {
    background: #222222 url('/images/store/carbon2.png') top left scroll no-repeat;
}

.stored .storename {
    text-shadow: 0px 2px 2px #000000;
    color: #EDB200;
}

.storename {
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    text-shadow: 0px 2px 2px #ffffff;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
    width: 150px;
    text-align: center;
}

.storecost {
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 1px;
    width: 150px;
}

#upgradesidebar {
    width: 160px;
    float: left;
    text-align: left;
}

#upgradesidebar ul {
    list-style-type: none;
}

#upgradesidebar ul li {
    margin-left: -40px;;
}

#upgradeitems {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#contracts_super_area div, #contracts_super_area div a {
    font-size: 14px;
}

.upgradeheader {
    width: 899px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #C7AE91;
    height: 104px;
    background-color: #272727;
    cursor: pointer;
    position: relative;
}

#feature_links a {
    color: white;
    font-weight: normal;
    font-size: 10px;
}

#help_links a {
    color: white;
    font-weight: normal;
    font-size: 12px;
}


#upgradeheaderpaypal {
    background: url('/images/store/headers/packs-paypal.png') no-repeat scroll 5px top;
}

#upgradeheadercpaypal {
    background: url('/images/store/headers/Cash-packs.png') no-repeat scroll 5px top;
}

#upgradeheaderreserves {
    background: url('/images/store/headers/res-pk.png') no-repeat scroll 5px top;
}

#upgradeheaderbooster {
    background: url('/images/store/headers/boosters.png') no-repeat scroll 5px top;
}


#upgradeheaderbank {
    background: url('/images/store/headers/bankupgrades.png') no-repeat scroll 5px top;
}

#upgradeheaderattack {
    background: url('/images/store/headers/attacking.png') no-repeat scroll 5px top;
}

#upgradeheaderdefend {
    background: url('/images/store/headers/defending.png') no-repeat scroll 5px top;
}

#upgradeheaderbundle {
    background: url('/images/store/headers/bundles.png') no-repeat scroll 5px top;
}

#upgradeheadermisc {
    background: url('/images/store/headers/misc.png') no-repeat scroll 5px top;
}

.upgradeheader span {
    font-size: 12px;
    font-weight: normal;
    float: right;
    width: 650px;
    text-align: left;
}

.upgradesection {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    padding-top: 15px;
    overflow: auto;
}

.upgradesection a:link, .upgradesection a:visited, .upgradesection a:active, .upgradesection a:hover {
    color: white;
    float: left;
    margin-top: 15px;
    margin-right: 20px;
}

a.storelol1:link {
    margin-right: 20px;
}

a.storelol2:link {
    margin-right: 190px;
}

a.storelol3:link {
    margin-right: 360px;
}

a.storelol4:link {
    margin-right: 528px;
}

a.storelol5:link {
    margin-right: 700px;
}

a.storefol:link {
    clear: left;
}

/* --------------------------------- STORE --------------------------------- */

/* ================================= CHECKOUT ================================= */

#checkoutitem {
    float: left;
    background-color: #222222;
    width: 220px;
    height: 360px;
    margin-left: 58px;
    margin-right: 58px;
    text-align: left;
    padding: 0 15px 0 15px;
}

#checkoutitem ul li {
    margin-bottom: 20px;
}

#checkoutperson {
    float: left;
    background-color: #222222;
    width: 220px;
    height: 360px;
    margin-right: 57px;
    text-align: left;
    padding: 0 15px 0 15px;
}

#checkoutperson p {
    line-height: 54px;
}

#checkoutcurrency {
    float: left;
    background-color: #222222;
    width: 220px;
    height: 360px;
    text-align: left;
    padding: 0 15px 0 15px;
    overflow: hidden;
}

#checkoutcurrency p, #checkoutcurrency div {
}

#checkoutcurrency div img {
    float: right;
}

#checkoutitem h2, #checkoutperson h2, #checkoutcurrency h2 {
    text-align: center;
}

#checkoutitem hr, #checkoutperson hr, #checkoutcurrency hr {
    color: #444444;
    background-color: #444444;
    height: 2px;
    width: 250px;
    border: 0;
    margin-left: -15px;
    margin-bottom: 30px;
}

#checkoutitem, #checkoutperson, #checkoutcurrency {
    border: 2px solid #444444;
    border-radius: 15px;
}

#checkoutitem ul li {
    margin-left: -20px;
}

#ccGold {
    margin-top: 12px;
}

#ccPlat {
    margin-top: 12px;
}

#CheckoutGoldCoin, #CheckoutPlatCoin {
    cursor: pointer;
    padding-top: 5px;
}

/* --------------------------------- CHECKOUT --------------------------------- */

/* ================================= TABLES ================================= */

table {
    border-collapse: collapse;
}

img {
    border: 0px
}

table.w450 {
    border-collapse: collapse;
    width: 450px;
}

.tables2 {
    border: 2px solid #8A4A00;
    background-color: #222222;
    width: 525px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tables {
    border: 2px solid #8A4A00;
    background-color: #222222;
    width: 750px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.maintable {
    border: 1px solid yellow;
    background-color: #000000;
}

th {
    color: #D17000;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, "Sans Serif";
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    border-bottom: 2px solid #D17000;
}

th.a {
    color: #D17000;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, "Sans Serif";
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    text-align: left;
    border-bottom: 2px solid #D17000;
}

th.b {
    color: #D17000;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, "Sans Serif";
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    text-align: right;
    border-bottom: 2px solid #D17000;
}

th.c {
    color: #D17000;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, "Sans Serif";
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    text-align: center;
    border-bottom: 2px solid #D17000;
}

tr.row1 {
    color: white;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, "Sans Serif";
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    background-color: #111111;
}

tr.row2 {
    color: white;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, "Sans Serif";
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    background-color: #222222;
}

tr.row3 {
    color: white;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, "Sans Serif";
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    background-color: #333333;
}

tr.row4 {
    color: white;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, "Sans Serif";
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    background-color: #0F0000;
}

td {
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
    height: 20px;
}

td.c {
    color: white;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, "Sans Serif";
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

td.l {
    color: white;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, "Sans Serif";
    font-size: 10px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}


table.NLT tr {
    height: 24px;
    line-height: 24px;
}

table.NLT tr th {
    height: 34px;
    line-height: 34px;
    color: #CFA372;
    border-bottom: 0;
}

table.NLT tr th:first-child, table.NLT tr th, table.NLT tr th:last-child {
    -webkit-box-shadow: inset 0 -8px 4px -6px rgba(209, 112, 0, 0.5), inset 0 10px 6px -5px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 -8px 4px -6px rgba(209, 112, 0, 0.5), inset 0 10px 6px -5px rgba(255, 255, 255, 0.4);
}

table.NLT tr td {
    height: 24px;
    line-height: 24px;
}

table.NLT tr td img.famicon {
    height: 18px;
    width: 18px;
    padding: 0;
    margin: 0;
    border: none;
    margin-top: 3px;
    margin-right: 5px;
    float: left;
}

table.NLT tr:nth-child(2n+2) td {
    background-color: #111111;
}

table.NLT tr:nth-child(2n+3) td {
    background-color: #222222;
}

table.NLT tr:hover td {
    -webkit-box-shadow: inset 0 -6px 4px -6px rgba(255, 255, 255, 0.3), inset 0 6px 4px -6px rgba(209, 112, 0, 0.3);
    box-shadow: inset 0 -6px 4px -6px rgba(255, 255, 255, 0.3), inset 0 6px 4px -6px rgba(209, 112, 0, 0.3);
}

table.NLT tr td:first-child, table.NLT tr th:first-child {
    padding-left: 10px;
    text-align: left;
}

table.NLT tr td, table.NLT tr th {
    padding-left: 10px;
}

table.NLT tr td:last-child, table.NLT tr th:last-child {
    padding-right: 10px;
    text-align: right;
}

table.NLT tr td:only-child, table.NLT tr th:last-child {
    padding-right: 10px;
    text-align: center;
}

table#NLT0.NLT tr td:last-child, table#NLT0.NLT tr th:last-child {
    text-align: left;
}

table#NLT0.NLT tr td {
    padding: 10px;
}

.NLT.points_shop tr td:nth-child(2) {
    color: #00ffff;
    font-size: 1.6em;
}

.points {
    color: #00ffff;
}

table.myaccount tr th {
    text-align: center !important;
}

table.myaccount {
    float: left;
    margin-left: 100px;
    margin-top: 30px;
}

#manhunt_banner {
    font-size: 30px;
    background: url(https://mafiainferno.com/images/headers/MANHUNT-BANNER.png);
    height: 264px;
    width: 800px;
    margin: auto;
    position: relative;
}

#hunted_prize {
    color: yellow;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 270px;
}

#hunted_target {
    position: absolute;
    bottom: 8px;
    left: 270px;
    width: 260px;
}

#hunted_target a {
    color: #00b600 !important;
    font-size: 26px;
}

#hunted_playercount {
    position: absolute;
    bottom: 8px;
    left: 530px;
    width: 270px;
    color: red;
}

table.myaccount tr td {
    text-align: left !important;
}

.w800 {
    width: 800px;
}

.w550 {
    width: 550px;
}

.w520 {
    width: 520px;
}

.w450 {
    width: 450px;
}

.w440 {
    width: 440px;
}

table.redeemtable tr td form input {
    width: 90px !important;
}

/* --------------------------------- TABLES --------------------------------- */


.bombinfo {
    float: left;
    width: 618px;
    border: 1px solid #ff7700;
    margin: 10px 100px 10px 0;
    padding: 20px;
    text-align: left;
    line-height: 18px;
    color: #CCBEBE;
    text-shadow: 2px 2px 6px #000, 2px 2px 6px #000, 2px 2px 6px #000, -2px -2px 6px #000, -2px -2px 6px #000, -2px -2px 6px #000;
    padding-top: 20px;
}

.bombinfo h3, .bombinfo h2 {
    text-align: center;
    color: #FFC9AD;
    padding-top: 18px;
}

.bombinfo h2 {
}

.counterattack_guesses_h {
    display: none;
}

.shorttextinput {
    width: 25px;
}

#welcomemain {
    background: transparent url('images/bannerS.png') top center no-repeat;
    width: 520px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.centeralign {
    text-align: center !important;
}

.rightalign {
    text-align: right;
}

.leftalign {
    text-align: left;
}

.highlight {
    color: #ff0000;
}

.capitalize {
    text-transform: capitalize;
}

.darkpanel {
    border: 2px solid #8A4A00;
    background-color: #301E00;
}

div.description {
    min-height: 140px;
    display: table-cell;
    vertical-align: middle;
}

p {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    margin-bottom: 3px;
}

#Table_01 {
    background-color: #000000;
}

input.hide {
    background-image: url('images/userbutton.gif');
    border: 0px;
    vertical-align: middle;
}

body {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, "Sans Serif";
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
}

#background {
    background: #000 url('https://mafiainferno.com/images/index/mafiainferno-background.jpg') scroll repeat left top;

    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    box-shadow: inset 1400px 0 1400px -900px rgba(0, 0, 0, 0.9), inset -1400px 0 1400px -900px rgba(0, 0, 0, 0.9);
}

@media only screen and (max-width: 1200px) {
    #background {
        box-shadow: inset 350px 0 350px -225px rgba(0, 0, 0, 0.9), inset -350px 0 350px -225px rgba(0, 0, 0, 0.9);
    }
}

div.rightfloat {
    float: right;
}

input.submit_button {
    height: 16px;
    padding: 0px 0px 0px 0px;
}

a:link, a:active, a:visited {
    font-size: 12px;
    font-weight: bold;
    color: #D17000;
    text-decoration: none;
}

a:hover {
    color: #D1B900;
}

h2 {
    font-family: Arial;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
    margin-top: 0;
    padding-top: 14px;
}

h3.left {
    margin-left: 0px;
    margin-right: auto;
}

img {
    border: 0;
    outline: 0;
}

strong {
    color: #D17000;
}

strong.alt1 {
    color: #CFA372;
}

div.hof_float {
    width: 450px;
    height: 370px;
    margin-top: 30px;
    float: left;
}

div#hof_container {
    overflow: hidden;
    margin-left: 50px;
}

@font-face {
    font-family: Flame;
    src: url("fonts/Flame.eot") /* EOT file for IE */
}

@font-face {
    font-family: Flame;
    src: url("fonts/Flame.ttf") /* TTF file for CSS3 browsers */
}

.FlameFont {
    font-family: Flame, tahoma sans-serif;
}

@font-face {
    font-family: Symbola;
    src: url("fonts/Symbola.eot") /* EOT file for IE */
}

@font-face {
    font-family: Symbola;
    src: url("fonts/Symbola.ttf") /* TTF file for CSS3 browsers */
}

.SYMBOLA {
    font-family: Symbola;
    font-size: 16px;
}

@font-face {
    font-family: Heydings;
    src: url("fonts/heydings_icons.eot") /* EOT file for IE */
}

@font-face {
    font-family: Heydings;
    src: url("fonts/heydings_icons.ttf") /* TTF file for CSS3 browsers */
}

.HEYDINGS {
    font-family: Heydings;
    font-size: 15px;
}

@font-face {
    font-family: Heydings2;
    src: url("fonts/heydings_controls.eot") /* EOT file for IE */
}

@font-face {
    font-family: Heydings2;
    src: url("fonts/heydings_controls.ttf") /* TTF file for CSS3 browsers */
}

.HEYDINGS2 {
    font-size: 30px;
    font-family: Heydings2;
}

#links {
    padding-top: 5px;
    padding-bottom: 10px;
    color: black;
}

#links img {
    width: 113px;
    height: 36px;
}

a.nav:link, a.nav:active, a.nav:visited {
    font-weight: bold;
    font-size: 20px;
    color: #A89E79;
    text-decoration: none;
    text-shadow: 1px 1px 1px #d17000, -1px -1px 1px #ffcc00;
}

a.nav:hover {
    font-weight: bold;
    font-size: 20px;
    color: #000000 !important;
    text-decoration: none;
    text-shadow: -1px -1px 1px #ffcc00, 1px 1px 1px #d17000;
}

a.nav2:link, a.nav2:active, a.nav2:visited {
    font-weight: bold;
    font-size: 20px;
    color: #CFA372;
    text-decoration: none;
    text-shadow: 0px 2px 2px #444444;
}

a.nav2:hover {
    font-weight: bold;
    font-size: 20px;
    color: #CFCFCF;
    text-decoration: none;
    text-shadow: 0px 2px 2px #444444;
}

#pagecontent {
    padding-top: 180px;
    font-weight: bold;
}

#page {
    width: 998px;
    background-color: rgba(0, 0, 0, 0.88);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    border-right: 1px solid #7C4721;
    border-left: 1px solid #7C4721;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #ffffff;
    overflow: auto;
    clear: both;
}

#trlinks {
    margin-left: 5px;
}

.tourneybox {
    width: 200px;
    height: 100px;
    text-align: center;
    color: white;
    background: #000000 url("https://mafiainferno.com/images/tbox.png") no-repeat center top;
}

table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

#linksright a:link {
    line-height: 15px;
}

#linksleft a:link {
    line-height: 15px;
}

input[type="submit"], input[type="text"], input[type="button"], textarea {
    border: 1px solid #784000;
    background-color: #402A11;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px #6B5236, inset 0 -5px 15px #2B1700, 0 2px 1px #222;
    -o-box-shadow: inset 0 1px 3px #6B5236, inset 0 -5px 15px #2B1700, 0 2px 1px #222;
    -webkit-box-shadow: inset 0 1px 3px #6B5236, inset 0 -5px 15px #2B1700, 0 2px 1px #222;
    color: white;
    text-shadow: 0 1px 1px black;
    padding: 3px 8px;
    outline: 0;
}

input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input[type="button"]:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="submit"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, textarea:active, textarea:hover, textarea:focus, textarea:active, button:focus {
    border: 1px solid #d17000;
    background-color: #875822;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px #572E00, inset 0 -5px 15px #CC832F, 0 2px 1px #222;
    -o-box-shadow: inset 0 1px 3px #572E00, inset 0 -5px 15px #CC832F, 0 2px 1px #222;
    -webkit-box-shadow: inset 0 1px 3px #572E00, inset 0 -5px 15px #CC832F, 0 2px 1px #222;
    color: white;
    text-shadow: 0 1px 1px black;
    padding: 3px 8px;
    outline: 0;
}

select {
    background-color: #8A4A00;
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
}

input {
    background-color: #000000;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal
}

input[type="image"] {
    background-color: rgba(0, 0, 0, 0);
}

select#rnum {
    width: 180px;
}

label {
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0;
}

div.gcontentlink {
    width: 150px;
    height: 20px;
    display: inline-block;
    text-align: left;
    margin-top: 8px;
}

#contents {
    width: 250px;
    height: auto;
    overflow: hidden;
    text-align: left;
    float: left;
}

#contents ol li ul {
    display: none;
}

#contents ol, #contents ol ul li {
    list-style-type: none;
}

ul.monthly_key li {
    list-style-type: circle;
    list-style-position: inside;
}


#contents ol > li {
    margin: 10px;
    padding: 8px;
    border: 1px solid #2f2f2f;
    border-radius: 8px;
    background-color: #414141;
    cursor: pointer;
    display: block;
}

#contents ol > li:before {
    content: "\25C9";
    color: #d17000;
    padding-right: 10px;
    font-size: 20px;
}

#contentarea {
    float: left;
    padding: 8px;
    border: 1px solid #2f2f2f;
    border-radius: 8px;
    background-color: #414141;
    margin-top: 10px;
    width: 600px;
    color: #d3c1ae;
}

#contentarea p {
    text-align: left;
    width: 560px;
    padding-left: 20px;
    line-height: 24px;
    color: #d3c1ae;
}

#contentarea strong {
    color: #ad8255;
}

#contentarea h2 {
    font-family: Verdana;
    text-transform: uppercase;
    text-align: left;
    color: #d17000;
    margin: 0;
    padding: 0 16px 8px 10px;
}

#contentarea h3 {
    font-family: Verdana;
    text-transform: uppercase;
    text-align: left;
    color: #d17000;
    margin: 0;
    padding: 0 16px 8px 10px;
}

#contents a {
    color: #cccccc !important;
}

.marketimg {
    float: right;
    z-index: 0;
}

.pageheader {
    height: 36px;
    background: #111111 url('/images/flame.png') top left no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    padding-left: 60px;
    text-align: left;
    font-size: 25px;
    font-weight: bold;
    color: #D17000;
    width: 840px;
    -o-box-shadow: 1px 2px 6px rgba(209, 112, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.15), inset 0 6px 20px rgba(255, 255, 255, 0.15), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -10px 30px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 6px rgba(209, 112, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.15), inset 0 6px 20px rgba(255, 255, 255, 0.15), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -10px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 6px rgba(209, 112, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.15), inset 0 6px 20px rgba(255, 255, 255, 0.15), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -10px 30px rgba(0, 0, 0, 0.3);
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.pageheader span {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
}

#showless, #showmore {
    color: #fc0;
    cursor: help;
    font-weight: 900;
    margin: 5px;
    text-shadow: 0px 1px 0px #784000, -1px 0px 0px #784000;
}

/* ================================= PRODUCE PAGE ================================= */
#produceTable tr td:first-child, #produceTable tr td:first-child img {
    width: 300px;
}

#produceTable tr td, #produceTable tr td img {
    width: 150px;
    vertical-align: top;
}

#produceBlurb {
    color: #D17000;
    font-weight: bold;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

/* --------------------------------- PRODUCE PAGE --------------------------------- */


/* ================================= HTML PAGE ================================= */
#protimer {
    color: red;
    text-align: right;
    border: 0px;
    padding-top: 3px;
}

#nb2 {
    background-color: #000;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 1040px;
    height: 44px;
    margin-left: -20px;
    margin-right: auto;
    box-shadow: inset 0 8px 8px rgba(255, 255, 255, 0.25), inset 0 -8px 8px rgba(209, 112, 0, 0.3);
}

#nbw {
    width: 998px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1px solid #7C4721;
}

#cb2 {
    background-color: #692C00;
    font-size: 12px;
    text-align: center;
    width: 1040px;
    height: 22px;
    line-height: 22px;
    margin-left: -20px;
    font-weight: bold;
    margin-right: auto;
    box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.15), inset 0 -50px 5px rgba(255, 255, 255, 0.15);
}

#cbw {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


/* ranks links for new layout */
#navbar {
    margin: 0;
    padding: 0;
    height: 1em;
}

#navbar li {
    list-style: none;
    float: left;
}

#navbar li a {
    display: block;
    padding: 0px 0px;
    color: #CFA372;
    text-decoration: none;
}

#navbar li ul {
    display: none;
    width: 150px;
    background-color: #000000;
    border: 1px solid #222222;
}

#navbar li:hover ul {
    display: block;
    position: absolute;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 5;
}

#navbar li:hover li a, #navbar li:hover li a {
    color: #CFA372;
    padding: 3px 0px 3px 10px;
    width: 140px;
}

/* ranks links for MI layout*/
#navbar1 {
    margin: 0;
    padding: 0;
    height: 1em;
}

#navbar1 li {
    list-style: none;
    float: left;
}

#navbar1 li a {
    display: inline;
    padding: 0px 0px;
    color: #CFA372;
    text-decoration: none;
    position: relative;
}

#navbar1 li ul {
    display: block;
    width: 580px;
    background-color: transparent;
    border: 0;
    height: 50px;
    position: relative;
    left: 60px;
    top: -25px;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 5;
    padding-left: 135px;
}

#navbar1 li:hover ul {
    display: block;
    position: relative;
    left: 60px;
    top: -25px;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 5;
    padding-left: 135px;
}

#navbar1 li:hover li a, #navbar1 li li a {
    color: #CFA372;
    padding: 3px 0px 3px 10px;
    width: 140px;
}

#navbar1 li li a:hover {
    background-color: #181818;
    color: #CFCFCF;
}

#navbar li li a:hover {
    background-color: #181818;
    color: #CFCFCF;
}

#header {
    background: black url("https://mafiainferno.com/images/MIB.png") center center no-repeat;
    width: 900px;
    height: 200px;
}

#header-left {
    float: left;
    width: 150px;
    height: 180px;
    text-align: left;
}

#header-right {
    float: right;
    width: 150px;
    height: 180px;
    text-align: right;
}

#clock {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 180px;
    padding-left: 100px;
    padding-right: 0px;
    font-weight: bold;
    text-align: center;
}

#jackpot {
    color: white;
    font-weight: bold;
    text-align: right;
    height: 24px;
    border: 0px;
}

#clock2 {
}

#jackpot2, #jackpot2nonpaying {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    color: #28b757;
}

#jackpot2nonpaying {
    color: #ff0000;
}

#turns {
    float: left;
    padding-top: 11px;
    width: 35%;
    text-align: right;
    color: white;
}

#nb {
    background: black url("https://mafiainferno.com/images/MINB.png") center center no-repeat;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 900px;
    height: 40px;
}

/*
div.topleft{	width:100px;	padding: 0px;	background-color:#CFA372;	height:1px;	border:none;	margin: 2px auto 4px 0px;	line-height: 0;	overflow:hidden;	}
div.topright{	width:100px;	padding: 0px;	background-color:#CFA372;	height:1px;	border:none;	margin: 2px 0px 4px auto;	line-height: 0;	overflow:hidden;	}*/
span.happy1 {
    color: #28b757;
    font-weight: bold;
    font-size: 12px;
}

span.happy0 {
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
}

/* --------------------------------- HTML PAGE --------------------------------- */

#abbarwrap {
    width: 100%;
    min-width: 1000px;
    height: 18px;
    padding-bottom: 6px;
    background-color: #43352C;
    /*
background:-webkit-gradient(linear, center top, center bottom, from(#939393), to(#535353));
background:-webkit-linear-gradient(to top,rgb(83,83,83),rgb(147,147,147));
background:-moz-linear-gradient(to top,rgb(83,83,83),rgb(147,147,147));
background:-o-linear-gradient(to top,rgb(83,83,83),rgb(147,147,147));
background: linear-gradient(to top,rgb(83,83,83),rgb(147,147,147));
-o-box-shadow: inset 0 -6px 4px -6px rgba(250, 250, 250, 1), inset 0 9px 6px -6px rgba(51, 51, 51, 1);
-webkit-box-shadow: inset 0 -6px 4px -6px rgba(250, 250, 250, 1), inset 0 9px -6px 6px rgba(51, 51, 51, 1);
box-shadow: inset 0 -6px 4px -6px rgba(250, 250, 250, 1), inset 0 9px 6px -6px rgba(51, 51, 51, 1);*/

}

#abbar {
    width: 1000px;
    height: 16px;;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    position: relative;
}

#abbar a:link, #abbar a:visited {
    font-size: 10px;
    text-decoration: none;
    color: #eeeeee;
    display: inline-block;
    margin-right: 14px;
}

#abbar a:hover {
    text-decoration: underline;
}

#abbar a:active {
    box-shadow: inset 0 -6px 4px -6px rgba(0, 0, 0, 1), inset 0 6px 10px -6px rgba(0, 0, 0, 1);
    text-align: left;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.livelink {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    display: inline-block;
}

#abbar #displaycredit {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}

#bodywrap {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

#bubs {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-top: -5px;
}

#bubswrap {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 74px;
    background-color: #000000;
    border-top: 5px solid #000;
    border-bottom: 2px solid #000;
    box-shadow: inset 0 8px 8px rgba(255, 255, 255, 0.25), inset 0 -8px 8px rgba(209, 112, 0, 0.3);
    margin-bottom: 5px;
}

.htmlbub {
    position: relative;
    width: 184px;
    height: 74px;
    color: #FFC98C;
    float: left;
    padding-right: 8px;
    padding-left: 8px;
    background-color: #000;
    border-top: 5px solid #000;
    border-bottom: 2px solid #000;
    box-shadow: inset 0 16px 8px -8px rgba(255, 255, 255, 0.25), inset 0 -16px 8px -8px rgba(209, 112, 0, 0.3);
}

#bub1play {
    margin-left: 92px;
}

.htmlbub:after {
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    border-left: 1px solid #666;
}

.lastbub::before {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    top: 25%;
    height: 50%;
    border-right: 1px solid #666;
    z-index: 1;
    pointer-events: none;
}

.lastbub:not(.shop)::after {
    content: '';
    position: absolute;
    right: 0;
    width: 50%;
    top: 25%;
    height: 50%;
    border-right: 1px solid #666;
    z-index: 1;
    pointer-events: none;
}

.lastbub tr td {
    line-height: 22px;
}

.lastbub tr th {
    color: #FFC98C !important;
    background-color: transparent;
    border: none;
}

.lastbub table {
    z-index: 2;
}

.roundhtmlbubs .htmlbub {
    margin: 10px;
}

.roundhtmlbubs {
    width: 206px;
    float: left;
    background-color: #523B2D;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.7) inset, 2px 0px 2px 0px rgb(255, 255, 255) inset, 0px -40px 10px -14px rgba(50, 50, 100, 0.1) inset;
}

.restofrounds {
    height: 303px;
}

.rortables {
    float: left;
    height: 293px;
    width: 370px;
    background-color: #30231B;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.7) inset, 0px 0px 2px 0px rgb(255, 255, 255) inset, 0px -40px 10px -14px rgba(50, 50, 100, 0.1) inset;
    padding-top: 10px;
}

.rortables table tr th, .rortables table tr td {
    line-height: 22px;
}

.rroundwrapper {
    width: 900px;
    margin-left: 50px;
    height: 303px;
    overflow: hidden;
    margin-bottom: 20px;
}

.rounduser {
    width: 324px;
    float: left;
    background-color: #000;
    height: 243px;
    padding-top: 60px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.7) inset, -2px 0px 2px 0px rgb(255, 255, 255) inset, 0px -40px 10px -14px rgba(50, 50, 100, 0.1) inset;
}

/*old html bubble stuff

box-shadow: 0px 3px 6px rgba(255,136,51,0.7), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.15), inset 0 6px 20px rgba(255,255,255,0.15), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -10px 30px rgba(0,0,0,0.3);
-o-box-shadow: 0px 3px 6px rgba(255,136,51,0.7), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.15), inset 0 6px 20px rgba(255,255,255,0.15), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -10px 30px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 3px 6px rgba(255,136,51,0.7), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.15), inset 0 6px 20px rgba(255,255,255,0.15), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -10px 30px rgba(0,0,0,0.3);
border-radius:15px;
*/
.htmlbub span:first-child {
    font-size: 10px;
    line-height: 14px;
}

.htmlbub b {
    font-size: 24px;
}

.htmlbub a {
}

.lastbub {
    padding-right: 0;
}

.lastbub b {
    color: #28b757;
}

#jpbub a:link, #jpbub a:visited {
    color: #FF0000;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
}

#jpbub a:hover, #jpbub a:active {
    color: #CFCFCF;
}

a#arajax:link, a#arajax:visited {
    color: #FF0000;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
}

a#arajax:hover, a#arajax:active {
    color: #CFCFCF;
}

#switchrounds {
    position: absolute;
    top: 5px;
    right: 20px;
}

#blinks {
    height: 107px;
    overflow: hidden;
    width: 1000px;
    color: #FFC98C;
}

#links1 {
    width: 155px;
    float: left;
    text-align: left;
    margin-right: 39px;
    margin-left: 428px;
}

#links2 {
    width: 165px;
    float: left;
    text-align: left;
    margin-right: 39px;
}

#links3 {
    width: 145px;
    float: left;
    text-align: left;
}

#blinks a {
    display: inline-block;
    font-size: 16px;
    width: 155px;
    height: 25px;
    line-height: 25px;
}

#blinks .HEYDINGS, #blinks .HEYDINGS2, #blinks .SYMBOLA {
    font-size: 19px;
    font-weight: normal;
}

#blinks a:link, #blinks a:visited {
    color: #CFA372;
}

#blinks a:hover {
    color: #CFCFCF;
}

#blinks a:active {
}

p.margined {
    width: 800px;
    margin-left: 100px;
    margin-right: 100px;
}

p.whole {
    width: 1000px;
}

#classic_links {
    height: 80px;
    color: #A89E79;
    line-height: 24px;
    margin-top: -15px;
    margin-bottom: -40px;
    padding-top: 170px;
}

#classic_links a:link, #classic_links a:visited {
    color: #CFA372;
    margin-right: 6px;
    margin-left: 6px;
}

#classic_links a:hover {
    color: #CFCFCF;
}

#milinks {
    width: 1000px;
    height: 150px;
    overflow: hidden;
    margin-top: -10px;
    padding-top: 10px;
    color: #CFA372 !important;
}

#milinks .milinkL {
    width: 150px;
    float: left;
    text-align: left;
    margin-left: 20px;
    line-height: 23px;
}

#milinks .milinkR {
    width: 150px;
    float: right;
    text-align: right;
    margin-right: 20px;
    line-height: 23px;
}

#MIsRanks {
    margin-top: 120px;
    text-align: center;
    float: left;
    word-spacing: 6px;
    width: 630px;
}

#MIsRanks a, #MIsRanks a:link, #MIsRanks a:visited, #MIsRanks a:active, #milinks a, #milinks a:link, #milinks a:visited, #milinks a:active {
    color: #CFA372;
}

#MIsRanks a:hover, #milinks a:hover {
    color: #CFCFCF;
}

.normalwordspace {
    word-spacing: normal;
}

/* ================================== RANKS PAGES ================================== */
#control_info {
    width: calc(100% - 24px);
    text-align: center;
    padding: 12px;
    background: black url("https://mafiainferno.com/images/newlayout/tiny-cc.jpg") 12% 60% no-repeat;
    position: relative;
    background-size: contain;
}

#CC {
    margin-top: 15px;
    width: calc(83% - 20px);
    margin-left: calc(9% + 125px);
    text-align: left;
    text-transform: uppercase;
}

/*mobile rule for #control_info*/
@media screen and (max-width: 900px) {
    #control_info {
        background: black;
        background-size: contain;
    }

    #CC {
        margin-top: 15px;
        width: calc(90% - 20px);
        margin-left: 10%;
        text-align: left;
        text-transform: uppercase;
    }
}

#control_info div {
}

#CCCN a, #CCCN a:link, #CCCN a:visited {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
}


#takeoverbutton {
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 250px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px;
}

/*mobile screens under 900px */
@media screen and (max-width: 900px) {
    #control_info, #CC, #takeoverbutton, #CCCN, #CCCN a, #CCCN a:link, #CCCN a:visited, #control_info a, #control_info a:link, #control_info a:visited, #takeoverbutton a, #takeoverbutton a:link, #takeoverbutton a:visited {
        font-size: 20px;
    }

    #control_info img, #CCCN a img, #CCCN a:link img, #CCCN a:visited img, #control_info a img, #control_info a:link img, #control_info a:visited img {
        height: 30px;
        width: 30px;
    }
}

/* --------------------------------------------------------------------------------- */
/* ================================= PRIZE HISTORY ================================= */

#prhcol1 .phprmini {
    width: 346px;
    border: 2px solid #aaaaaa;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    margin-left: 100px;
    margin-right: 50px;
}

#prhcol1 .phprmain {
    width: 346px;
    border: 2px solid #CFA372;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    margin-left: 100px;
    margin-right: 50px;
}

#prhcol2 .phprmini {
    width: 346px;
    border: 2px solid #aaaaaa;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    margin-left: 48px;
    margin-right: 100px;
}

#prhcol2 .phprmain {
    width: 346px;
    border: 2px solid #CFA372;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    margin-left: 48px;
    margin-right: 100px;
}

.phpt {
    width: 346px;
    height: 40px;
    color: #CFA372;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    background-color: #111111;
    background-image: linear-gradient(to right, rgb(13, 13, 13), rgb(47, 47, 47));
    box-shadow: inset 0 -6px 4px -6px rgba(0, 0, 0, 1), inset 0 6px 10px -6px rgba(0, 0, 0, 1);
}

.phprmini .phpt {
    color: #aaaaaa;
}

.phprd {
    width: 236px;
    color: #CFA372;
    font-size: 12px;
    line-height: 20px;
    display: none;
    border-top: 2px solid #CFA372;
    padding: 15px;
    text-align: left;
    float: left;
}

.phprmini .phprd {
    border-top: 2px solid #aaaaaa;
    color: #aaaaaa;
}

.phprdd {
    width: 50px;
    color: #CFA372;
    font-size: 12px;
    line-height: 20px;
    display: none;
    border-top: 2px solid #CFA372;
    padding: 15px;
    text-align: right;
    float: right;
    color: #FCC135;
}

.phprmini .phprdd {
    border-top: 2px solid #aaaaaa;
}

#prhcontainer {
    position: relative;
    width: 990px;
    overflow: hidden;
    margin-bottom: 20px;
}

#prhcol1 {
    float: left;
    width: 490px;
}

#prhcol2 {
    float: left;
    width: 490px;
}

.cash {
    color: white;
    font-weight: bold;
}

#rconta {
    width: 700px;
    margin-left: 50px;
    font-size: 14px;
    line-height: 22px;
    color: #ccc;
    text-align: left;
    padding-bottom: 50px;
    padding-top: 20px;
}

#rconta h2, #rconta h3, h2.spec, h3.spec {
    color: #fff;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 10px;
}

#rconta p {
    line-height: 22px;
    color: #ccc;
}


.chkoutres {
    display: none;
}

/* --------------------------------- PRIZE HISTORY --------------------------------- */
* {
    font-family: Helvetica;
}

.facebookOuter {
    background-color: #F4F4F4;
    width: 250px;
    padding: 10px 0 10px 10px;
    height: 250px;
    border: 1px solid #CCCCCC;
}

.facebookInner {
    height: 250px;
    overflow: hidden;
}

/* ================================= BLACK MARKET ================================= */
/*OLD*/
#marketpage input[type="submit"], #marketpage input[type="text"], #marketpage input[type="button"] {
    background-color: #000000;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}

#marketpage .sellall, #marketpage .sellexcess {
    font-weight: bold;
    color: red;
    height: 23px;
    cursor: pointer;
}

#marketpage .buymax, #marketpage .buyneeded {
    font-weight: bold;
    color: green;
    height: 23px;
    cursor: pointer;
}

/*NEW*/
#marketPage {
    background-image: url(/images/black_market/black-market-1000X800.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 800px;
    width: 998px;
    position: relative;
}

#narc_title, #weapon_title, #vehicle_title {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    margin-top: 20px;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    z-index: 1;
}

#narc_title {
    left: 53px;
    top: 60px;
    width: 360px;
}

#weapon_title {
    right: 53px;
    top: 60px;
    width: 480px;
}

#buybuttons {
    position: absolute;
    top: 20px;
    left: 332px;
    width: 290px;
    text-align: center;
    z-index: 2;
}

#marketPage input[type=submit], #marketPage input[type=button] {
    cursor: pointer;
}

#narc > div, #weap > div, #vehi > div {
    width: 110px;
    float: left;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px;
}

#narc {
    position: absolute;
    top: 130px;
    left: 53px;
    width: 361px;
}

#weap {
    position: absolute;
    top: 130px;
    right: 53px;
    width: 481px;
}

#vehi {
    position: absolute;
    top: 450px;
    left: calc(50% - 125px);
    width: 250px;
}

#vehicle_title {
    left: 0;
    top: 388px;
    width: 100%;
}

#marketPage input:not(.longinput) {
    text-align: center !important;
    max-width: 90px;

}

#cart > * {
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.8);
}

#marketPage div div label img {
    width: 110px !important;
    height: 143px !important;
}

#marketPage div div label {
    font-size: 12px;
    font-weight: bold;
    color: #ff8300;
    text-shadow: 2px 2px 2px #000000;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}

/* --------------------------------- Black Market --------------------------------- */

/* ================================= NEW PAGINATION ================================= */

.pagination {
    padding: 8px;
    background-clip: padding-box;
    border: 1px solid;
    border-color: #070809 #0d0e0f #131517;
    border-color: rgba(60, 60, 60, .8) rgba(60, 60, 60, .65) rgba(60, 60, 60, .5);
    border-radius: 3px;
    display: inline-block;
    background-image: linear-gradient(to top, rgba(60, 60, 60, .9), rgba(60, 60, 60, 0));
    background-image: -moz-linear-gradient(top, rgba(60, 60, 60, .9), rgba(60, 60, 60, 0));
    box-shadow: 0 1px rgba(255, 255, 255, .05);
}

.pagination > a, .pagination span {
    float: left;
    margin-left: 5px;
    padding: 0 6px;
    min-width: 17px;
    line-height: 27px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #d4d4d4;
    text-align: center;
    text-decoration: none;
    border: 1px solid black;
    border-radius: 3px;
}

.pagination :first-child {
    margin-left: 0;
}

.pagination a, .pagination a:link, .pagination a:visited, .pagination a:active {
    text-decoration: none;
    text-shadow: 0 1px black;
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, .9);
    background-color: rgba(60, 60, 60, 0.25);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04),
    inset 0 1px rgba(255, 255, 255, .04),
    inset 0 -1px rgba(60, 60, 60, .15),
    0 1px 1px rgba(60, 60, 60, .1);
}

.pagination a:hover {
    background-color: #333;
    background-color: rgba(255, 255, 255, .05);
}

.pagination span, .pagination a:active {
    color: #eee;
    text-shadow: 0 -1px black;
    background: #692C00;
    background-color: rgba(255, 255, 255, .01);
    border-color: black rgba(60, 60, 60, .65) rgba(60, 60, 60, .6);
    box-shadow: inset 0 1px rgba(60, 60, 60, .05),
    inset 0 2px 2px rgba(60, 60, 60, .3),
    0 1px rgba(255, 255, 255, .06);
}

.pagination span.pagination_unclickable {
    background-color: black;
}

.pagination .prev, .pagination .next {
    font-family: Noteworthy, Arial, sans-serif;
    font-size: 14px;
}

section.container {
    margin: 10px auto;
    width: auto;
    text-align: center;
    height: 50px;
}

section.container .pagination {
    margin: 0 0;
}

/* --------------------------------- New Pagination --------------------------------- */


/* ================================= UPDATED FAM PAGE ================================= */
#famcont {
    width: 850px;
    height: 440px;
    background: url("https://mafiainferno.com/images/family/Mi-family-blank-layout.jpg");
    margin-left: auto;
    margin-right: auto;
}

IMG.absmiddle {
    vertical-align: middle;
    margin-bottom: .25em;
}

#fam_pending-invites {
    width: 85%;
    margin: auto;
    text-align: left;
}

#fam_nav-links {
    height: 46px;
    line-height: 46px;
}

#fam_media-roles {
    height: 180px;
}

#fam_media {
    width: 50%;
    height: 180px;
    overflow: hidden;
    text-align: left;
}

#fam_youtube-media {
    margin-top: -27px;
}

#fam_roles {
    float: right;
    width: 26%;
    text-align: left;
    line-height: 25px;
    padding-top: 15px;
}

#fam_stats-1 {
    height: 46px;
    position: relative;
}

#fam_stats-2 {
    height: 46px;
    position: relative;
    margin-top: 14px;
}

#fam_stats-1 div,
#fam_stats-2 div,
#fam_mayhem-info div {
    position: absolute;
}

#fam_rank {
    left: 0;
    top: 20px;
    width: 80px;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    color: #D17000;
}

#fam_members {
    left: 0;
    top: 20px;
    width: 80px;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    color: #D17000;
}

#fam_net, #fam_avg-net {
    left: 80px;
    top: 20px;
    width: 220px;
    line-height: 26px;
}

#fam_name {
    left: 300px;
    top: 0;
    width: 272px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: yellow;
}

#fam_power {
    left: 300px;
    top: 26px;
    width: 272px;
    font-size: 12px;
    line-height: 20px;
    color: white;
}

#fam_icon {
    left: 572px;
    top: 0;
    width: 48px;
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
    color: yellow;
}

#fam_op-kills, #fam_du-kills {
    left: 542px;
    top: 20px;
    line-height: 26px;
    width: 150px;
}

#fam_du-kills {
    left: 692px;
}

#fam_protection-racket-value {
    left: 620px;
    top: 20px;
    width: 225px;
    line-height: 26px;
}

#fam_mayhem-info {
    width: 100%;
    height: 100px;
    position: relative;
}

#fam_city_control {
    width: 200px;
    left: 338px;
    bottom: 0;
    height: auto;
    font-weight: bold;
    color: yellow;
    text-shadow: 0 0 7px #000000, 0 0 7px #000000, 0 0 7px #000000, 0 0 7px #000000, 0 0 7px #000000;
    line-height: 1.55em;
}

#fam_bomb {
    left: 0;
    top: 0;
    width: 155px;
    height: 100%;
}

#fam_cocktail {
    left: 155px;
    top: 0;
    width: 147px;
    height: 100%;
}

#fam_mayhem-upgrades {
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
}

/* --------------------------------- Fam page --------------------------------- */

/* ================================= Generic Styles ================================= */
.colorplat {
    color: rgb(193, 199, 198);
}

.colorgold {
    color: rgb(252, 193, 53);
}

.colorgreen {
    color: rgb(88, 143, 74);
}

.red {
    color: red;
}

.colorpoints {
    color: #00ffff;
}

a:link.red, a:visited.red {
    color: red !important;
}

.nobr {
    white-space: nowrap;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

.money {
    color: #47E632;
    text-shadow: 1px 1px 5px #000, 1px 1px 5px #000;
}

.kills {
    color: #FF0000;
    text-shadow: 1px 1px 5px #000, 1px 1px 5px #000;
    font-weight: bold;
}


/* --------------------------------- End Generic Styles --------------------------------- */

/* ================================= STATS BAR ================================= */
td.num1 {
    color: #D17000;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    height: 22px;
}

td.num2 {
    color: white;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    width: 125px;
    overflow: hidden;
    white-space: nowrap;
    height: 22px;
}

a.crew {
    color: grey;
    text-decoration: none;
}

a.crew:hover {
    color: #D17000;
    text-decoration: none;
}

.topline {
    border: solid 1px white;
}

.statsbar {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

div.MIBar {
    -webkit-box-shadow: inset 0 -8px 4px -6px rgba(209, 112, 0, 0.5), inset 0 10px 6px -5px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 -8px 4px -6px rgba(209, 112, 0, 0.5), inset 0 10px 6px -5px rgba(255, 255, 255, 0.4);
}

#statstable {
    margin-top: 8px;
    background-color: #070707;
    position: relative;
}

#statstable:before {
    content: "";
    position: absolute;
    left: 225px;
    top: 13px;
    height: 88px;
    width: 450px;
    z-index: 5;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
}

#statstable:after {
    content: "";
    position: absolute;
    left: 450px;
    top: 13px;
    height: 88px;
    width: 50px;
    z-index: 5;
    border-left: 1px solid #555;
}

#statstable table {
    table-layout: fixed;
}

.happiness_bar {
    width: 898px;
    background-color: #ffcc00;
    height: 26px;
    box-shadow: inset 1px 1px 0px 0 #000, inset -1px -1px 0px 0 #000, inset 350px -10px 60px -40px #ff0000, inset -150px -10px 60px -40px #00cc00;
    position: relative;
    z-index: 4;
    border: 1px solid #ffffff;
}

.happiness_black {
    float: right;
    background-color: #000000;
    height: 26px;
    z-index: 5;
    margin-left: 10px;
}

.happiness_text {
    text-align: right;
    color: white;
    width: auto;
    line-height: 26px;
    text-shadow: 1px 1px 4px #000, 1px 1px 4px #000, 0px 0px 4px #000;
    font-weight: bold;
}

/* --------------------------------- End stats bar --------------------------------- */

/* ================================= NEW COLLECT PAGE ================================= */
#collectops {
    width: 100%;
    height: 350px;
    margin-top: 25px;
}

#collectopsoptions {
    width: 620px;
    float: right;
    padding: 6px;
    background-color: #333;
    margin-right: 30px;
}

#collectopsoptions div {
    display: inline-block;
    width: 155px;
    margin: 0;
    padding: 0;
}

#collectprotectionmoney {
    width: 100%;
    height: 570px;
    margin-top: 30px;
}

#collectprotectionmoneyoptions {
    width: 300px;
    float: right;
    background-color: #333;
    height: 550px;
    margin-right: 30px;
}

#protectionracketrequirements {
    width: 590px;
    background-color: #333;
    height: 270px;
    margin-left: 30px;
    margin-right: auto;
    padding-top: 15px;
}

#collectopsblurb span, #collectopsoptions span, #collectprotectionmoneyoptions span, #collectprotectionmoney span, #protectionrequirementstitle {
    font-size: 16px;
    font-weight: bold;
    color: #D19D00;
    line-height: 20px;
}

#collectopsoptions div p, #collectprotectionmoneyoptions p, #protectionrequirementstitle {
    background-color: #111;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    box-shadow: inset 0px 4px 2px -2px #ccc;
    border-bottom: 3px solid black;
}

#protectionrequirementstitle {
    width: 534px;
    border-radius: 4px;
    margin-right: auto;
    margin-left: auto;
}

#collectopsoptions div p.first {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    box-shadow: inset 2px 4px 2px -2px #ccc;
}

#collectopsoptions div p.last {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

#collectprotectionmoneyoptions p.only {
    border-radius: 2px;
    box-shadow: inset 2px 4px 2px -2px #ccc;
    margin-top: 25px;
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#collectprotectionmoneyoptions p.only img {
    position: absolute;
    top: 3px;
    left: 12px;
    height: 24px;
    width: 24px;
}

#collectopsblurb, #protectionracketblurb {
    line-height: 22px;
    text-align: left;
    font-size: 14px;
    color: #CFA372;
    padding: 10px 30px 30px 30px;
}

#protectionracketblurb {
    width: 600px;
}

.protectionrequirement {
    height: 48px;
    width: 500px;
    font-size: 18px;
    text-align: right;
    line-height: 48px;
    border: 2px solid black;
    border-bottom: none;
    box-shadow: inset 0px -6px 6px -6px #ffffff;
    position: relative;
    padding-right: 30px;
    margin-top: 4px;
    margin-left: 30px;
    border-radius: 4px;
}

.protectionrequirement img {
    position: absolute;
    top: 0px;
    left: 20px;
}

/* -------------------------------- /NEW COLLECT PAGE --------------------------------- */

/* ================================= HOSPITAL ================================= */

/* -------------------------------- /HOSPITAL --------------------------------- */


/* ================================= NEW TRAVEL PAGE ================================= */
#travel-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

#travel-locations-wrapper {
    float: left;
    width: 200px;
    margin-top: 80px;
}

.travel-destinations {
    width: 180px;
    background-color: #333;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 20px;
}

.travel-destinations a div {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    height: 48px;
    margin-bottom: 5px;
    line-height: 22px;
    background: #111 url('/images/travel-plane-small.png') no-repeat scroll 20px top;
    padding-left: 70px;
}

.travel-destinations a div span {
    color: white;
}

.travel-destinations a:last-child div {
    margin-bottom: 0;
}

.travel-destinations a:hover div {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    background-color: #666;
    text-shadow: 2px 2px 10px #000, 2px 2px 10px #000, 2px 2px 10px #000, -2px -2px 10px #000, -2px -2px 10px #000, -2px -2px 10px #000;
}

#currentcity a div, #currentcity a div:hover {
    background: #111;
}

#travel-pick-dest {
    width: 200px;
}

#travel-panel {
    float: left;
    width: 700px;
}

#travel-panel table {
    width: 90%;
}

/* --------------------------------- End Travel --------------------------------- */


/* ================================= NEW BANK PAGE ================================= */

#bankwrapper {
    width: 900px;
    background: url('/images/bank/bankbg.png') no-repeat scroll left top;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.bankcol {
    float: left;
    width: 224px;
    height: 413px;
    margin-left: 42px;
    padding: 0 8px;
}

#bankinteresttime {
    position: absolute;
    top: 34px;
    left: 17px;
    width: 250px;
    line-height: 28px;
    color: red;
    font-weight: bold;
    font-size: 16px;
}

#bankboosterlink {
    position: absolute;
    top: 27px;
    right: 0;

}

#bankcol {
    margin-left: 50px;
}

#transcol {
    position: relative;
}

#result {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 10px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.1);
    float: left;
    line-height: 60px;
}

.bankcol .balance {
    width: 100%;
    margin-top: 176px;
    font-weight: bold !important;
}

#transcol .balance {
    margin-top: 172px;
    margin-bottom: 4px;
}

.bankcol .depositmax {
    font-size: 24px;
    margin-top: 73px;
    margin-bottom: 20px;
}

input.banktransfer {
    background: rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 34%, rgba(107, 107, 107, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 34%, rgba(107, 107, 107, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 34%, rgba(107, 107, 107, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 34%, rgba(107, 107, 107, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 34%, rgba(107, 107, 107, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#6b6b6b', GradientType=1);
    height: 28px;
    width: 90px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #666;
    padding: 3px 8px;
    margin-top: 24px;
}

input#sendtoname {
    width: 134px;
}

input.banktransfer:hover, input.banktransfer:active, input.banktransfer:focus {
    background-color: #000;
    border: 1px solid #666;
    border-radius: 0;
    box-shadow: inset 0 1px 3px #572E00, inset 0 -5px 15px -5px #CC832F, 0 2px 1px #222;
    -o-box-shadow: inset 0 1px 3px #572E00, inset 0 -5px 15px -5px #CC832F, 0 2px 1px #222;
    -webkit-box-shadow: inset 0 1px 3px #572E00, inset 0 -5px 15px -5px #CC832F, 0 2px 1px #222;
    color: white;
    text-shadow: 0 1px 1px black;
    outline: 0;
    padding: 3px 8px;
}

input.banksendmax, input.banksendmax:hover, input.banksendmax:active, input.banksendmax:focus {
    cursor: pointer;
    width: 38px;
    text-align: center;
    padding: 3px 0px;
    caret-color: transparent;
}

form#transfer {
    padding-top: 45px;
}

form#transfer #Transfer {
    margin-top: 8px;
}

#txtHint {
    position: absolute;
    bottom: 144px;
    left: 42px;
    background-color: black;
    border: 1px solid #555;
    width: 152px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 0;
    line-height: 20px;
    display: none;
}

#pendingtransfers {
    width: 739px;
    height: 215px;
    padding-top: 85px;
    position: relative;
    background: rgba(255, 255, 255, 0) url('/images/bank/mi-bank-bottom.png') no-repeat scroll left top;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

#pendingtransfers div table {
    width: 100%;
}

#pendout {
    width: 330px;
    position: absolute;
    top: 85px;
    left: 15px;

}

#pendin {
    width: 330px;
    position: absolute;
    top: 85px;
    right: 15px;


}

.greenbutton {
    background-color: green !important;

}

.redbutton {
    background-color: red !important;

}

/* --------------------------------- End Bank --------------------------------- */


/* ================================= Index Page ================================= */

.inewsexpanded {
    background-color: black;
/ / border: 1 px #ADADAD solid;
    border-radius: 16px;
    width: 500px;
    padding-top: 10px;
    overflow: hidden;
    margin-left: 16px;
}

.inewscollapsed {
    background-color: black;
/ / border: 1 px #ADADAD solid;
    border-radius: 16px;
    width: 500px;
    padding-top: 10px;
    overflow: hidden;
    margin-left: 16px;
}

.inewsexpandedtitle {
    font-weight: bold;
    font-size: 17px;
    color: #d17000;
    height: 30px;
    float: left;
    width: 454px;
    text-align: center;
    background-color: #333333;
    padding: 8px 0px 0px 8px;
    border-top-left-radius: 16px 16px;
}

.inewscollapsedtitle {
    font-weight: bold;
    font-size: 17px;
    color: #d17000;
    height: 30px;
    float: left;
    width: 454px;
    text-align: center;
    background-color: #333333;
    padding: 8px 0px 0px 8px;
    border-top-left-radius: 16px 16px;
}

.inewsexpandcollapsetoggle {
    height: 30px;
    width: 30px;
    padding: 5px;
    float: left;
    background-color: #333333;
    padding: 8px 8px 0px 0px;
    border-top-right-radius: 16px 16px;
}

.inewsexpandedcontent {
    background-color: #454545;
    float: left;
    padding: 28px;
    width: 464px;
    border-bottom-left-radius: 16px 16px;
    border-bottom-right-radius: 16px 16px;
    text-align: left;
}

.i2expanded {
    background-color: black;
/ / border: 1 px #ADADAD solid;
    border-radius: 16px;
    width: 385px;
    padding-top: 10px;
    overflow: hidden;
    margin-right: 16px;
}

.i2collapsed {
    background-color: black;
/ / border: 1 px #ADADAD solid;
    border-radius: 16px;
    width: 385px;
    padding-top: 10px;
    overflow: hidden;
    margin-right: 16px;
}

.i2expandedtitle {
    font-weight: bold;
    font-size: 17px;
    color: #d17000;
    height: 30px;
    float: left;
    width: 339px;
    text-align: center;
    background-color: #333333;
    padding: 8px 0px 0px 8px;
    border-top-left-radius: 16px 16px;
}

.i2collapsedtitle {
    font-weight: bold;
    font-size: 17px;
    color: #d17000;
    height: 30px;
    float: left;
    width: 339px;
    text-align: center;
    background-color: #333333;
    padding: 8px 0px 0px 8px;
    border-top-left-radius: 16px 16px;
}

.i2expandcollapsetoggle {
    height: 30px;
    width: 30px;
    padding: 5px;
    float: left;
    background-color: #333333;
    padding: 8px 8px 0px 0px;
    border-top-right-radius: 16px 16px;
}

.i2expandedcontent {
    background-color: #454545;
    float: left;
    padding: 8px;
    width: 369px;
    border-bottom-left-radius: 16px 16px;
    border-bottom-right-radius: 16px 16px;
}

.indexnewstitle {
    background: #333 url('/images/siteicons/news.png') no-repeat scroll 20px center;
}

.indexpollstitle {
    background: #333 url('/images/siteicons/polls.png') no-repeat scroll 20px center;
}

#indexstatstitle {
    background: #333 url('/images/siteicons/stats.png') no-repeat scroll 20px center;
}

#indexfriendstitle {
    background: #333 url('/images/siteicons/friends.png') no-repeat scroll 20px center;
}

#indexfbtitle {
    background: #333 url('/images/siteicons/facebook.png') no-repeat scroll 20px center;
}

#indexstafftitle {
    background: #333 url('/images/siteicons/staff.png') no-repeat scroll 20px center;
}

#indexinfotitle {
    background: #333 url('/images/siteicons/info.png') no-repeat scroll 20px center;
}

.interviewcomment {
    position: relative;
    padding: 15px;
    margin: 1em 0 1.5em;
    border: 1px solid #666;
    color: #fff;
    background: #444;
    margin-left: 30px;
    float: left;
    width: 450px;
}

.interviewcomment:before {
    content: "";
    position: absolute;
    bottom: -20px; /* value = - border-top-width - border-bottom-width */
    left: 40px; /* controls horizontal position */
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #666 transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;

}

/* creates the smaller  triangle */
.interviewcomment:after {
    content: "";
    position: absolute;
    bottom: -13px; /* value = - border-top-width - border-bottom-width */
    left: 47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #444 transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
}

.interviewcomment:before {
    top: 10px; /* controls vertical position */
    bottom: auto;
    left: -10px; /* value = - border-left-width - border-right-width */
    border-width: 15px 10px 15px 0;
    border-color: transparent #666;
}

/* creates the smaller  triangle */
.interviewcomment:after {
    top: 11px; /* value = (:before top) + (:before border-top) - (:after border-top) */
    bottom: auto;
    left: -9px; /* value = - border-left-width - border-right-width */
    border-width: 14px 10px 14px 0;
    border-color: transparent #444;
}


.interviewreporter {
    color: #d17000;
    text-align: center;
    float: left;
    width: 90px;
    padding-left: 10px;
    clear: both;
}

.interviewplayer {
    color: #eee;
    text-align: center;
    float: left;
    width: 100px;
    clear: both;
}

.lowdown, .lowdown p, .lowdown span {
    text-align: left !important;
}

.lowdown span {
    text-align: left;
    padding-left: 30px;
}

.lowdown p {
    margin-top: 0;
    padding-left: 60px;
    margin-bottom: 10px;
}

fieldset {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#lowdownintro, #lowdownoutro {
    padding-left: 25px;
    padding-top: 20px;
}

/* --------------------------------- END Index --------------------------------- */


/* ================================= MEDALS ================================= */

.medalrow {
    width: 948px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.medalcontainer {
    width: 96px;
    float: left;
}

.specialmedalcontainer {
    width: auto;
    float: left;
}

#special_achievements {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* --------------------------------- END MEDALS --------------------------------- */


/* ================================= START GODFATHER EFFECT ================================= */
a.godfather:link, a.cityController:link {
    position: relative;
    font: 700 1.1em/1 "Oswald", sans-serif;
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: inline-block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, .5);

    /* Clip Background Image */
    background: url(https://mafiainferno.com/images/effects/animated-text-fill-godfather.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;

    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;

    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

a.cityController:link {
    /* PUT THIS BACK IN WHEN IMAGES ARE UPLAODED*/
    background: url(https://mafiainferno.com/images/effects/animated-text-fill-CC.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
}

a.godfather.cityController:link {
    /* PUT THIS BACK IN WHEN IMAGES ARE UPLAODED*/
    background: url(https://mafiainferno.com/images/effects/animated-text-fill-both.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
}


/* Animate Background Image */

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

/* --------------------------------- END GODFATHER TEXT --------------------------------- */

/* ================================= Notifications ================================= */
.navFeature {
    width: 100% !important;
    height: 76px !important;
    display: inline-block !important;
    padding: 0 !important;
}

.navFeature .notification {
    left: 30px !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.navFeature img {
    width: 100% !important;
    height: 100% !important;
}

#navManHunt a:first-child {
    line-height: 130px;
}

.hasNotification {
    position: relative;
    padding-right: 15px;
    display: inline-block;

}

.hasNotification > .notification:not(.not0) {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background: red;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    font-weight: bold;
    box-shadow: 0 0 5px black;
}

.hasNotification > .notification.top-left:not(.not0) {
    left: 0;
}

.hasNotification > .notification.center-left:not(.not0) {
    top: calc(50% - 7px);
    left: 0;
}

.hasNotification > .notification.center-right:not(.not0) {
    top: calc(50% - 7px);
}

.hasNotification.top-left {
    padding-left: 15px;
    padding-right: 0;
}

.hasNotification:hover .notification {
    background-color: #d17000;
    color: black;
}

.not0 {
    display: none !important;
}

/* --------------------------------- Notifications --------------------------------- */
/* =================================  ================================= */

/* ---------------------------------  --------------------------------- */