.mutimer {
    color: #000000;
    font-family: Tahoma;
    text-align:center;
    
    padding: 3px 0 3px 0;
    margin: 5px auto;  /* <-- timer alignment */
    position: relative;
    width: 270px;
    

    
    }

/*.mutimer.default { background-color: #5a125a; }
.mutimer.red { background-color: #FF0000; }
.mutimer.orange { background-color: #FF4500; }
.mutimer.green { background-color: #006400; }
.mutimer.gray { background-color: transparent; }

.mutimer.black { background-color: #000; }
.mutimer.black .clock { color: #FFD700; }

.mutimer.blue { background-color: #00008B; }
.mutimer.golden { background-color: #B8860B; }
.mutimer.khaki { background-color: #BDB76B; }
.mutimer.violet { background-color: #C71585; }
.mutimer.sienna { background-color: #A0522D; }
.mutimer.teal { background-color: #008080; }

.mutimer.slate-gray { background-color: SlateGray; }
.mutimer.dark-sea-green { background-color: DarkSeaGreen; }
.mutimer.dark-slate-gray { background-color: DarkSlateGray; }
.mutimer.royal-blue { background-color: RoyalBlue; }
.mutimer.dark-red { background-color: DarkRed; }
.mutimer.light-orange { background-color: #FF8C00; }
.mutimer.deep-pink { background-color: #FF1493; }*/

   /* .mutimer .days {
        font-size: 80px;
        font-weight: bold;
        line-height: 1em;
        position: absolute;
        top: 15px;
        left: 16px;
        }

        .mutimer .days SPAN {
            font-size: 18px;
            line-height: 1.3em;
            text-transform: uppercase;
            vertical-align: top;
            margin-left: 5px;
            display: inline-block;

            -moz-opacity: .75;
            filter: alpha(opacity=75);
            opacity: .75;
            }*/

    .mutimer .clock {
        /*position: absolute;
        top: 92px;
        left: 10px;*/
display:inline-block
        }

       .mutimer .clock DIV {
            font-size: 32px;
            font-weight: normal;
            line-height: 1em;
            text-align: center;
            color:#FFFFFF;
            padding:4px; 
            margin: 2px;
            float: left;

border:1px solid #000000;
border-radius:4px;
/*box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);*/
        
        background-image: linear-gradient(bottom, #000000 50%, #444444 50%);
        background-image: -o-linear-gradient(bottom, #000000 50%, #444444 50%);
        background-image: -moz-linear-gradient(bottom, #000000 50%, #444444 50%);
        background-image: -webkit-linear-gradient(bottom, #000000 50%, #444444 50%);
        background-image: -ms-linear-gradient(bottom, #000000 50%, #444444 50%);
        
        background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.5, #000000),
                color-stop(0.5, #444444)
        );

            }


            .mutimer .clock DIV SPAN {
                font-size: 12px;
                font-weight: normal;
                text-align: center;
                line-height: 1em;
                display: block;
                /*text-transform: uppercase;*/
color: #FBB463;
                -moz-opacity: .75;
                filter: alpha(opacity=75);
                opacity: .75;
                }

        .mutimer .clock DIV.ms {
            text-align: left;
            background: none;
            padding-right: 0;
            }

    .mutimer .expired {
        font-size: 24px;
        text-align: center;
        line-height: 150px;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        }
.timer_tittle{
padding: 0px;
color: #878583;
font-size: 16px;
text-align: center;
margin: 11px 0px 0px;
}
.hrd{background:none !important; border:none !important;}
