 .logo{ background:  none !important}
 .dad{}
#daddy::after{content: '';clear: both !important; display: block}
#daddy>div{box-sizing: border-box; width: 20%;padding:5px;  float: left; display: block; position: relative}
#daddy>div>div{display: block;  height: 120px; line-height: 120px; text-align: center; font-size: 30px; font-weight: bold; background: #639BF6; color: white; font-family: "Arial", sans-serif;}

#daddy2::after{content: '';clear: both !important; display: block}
#daddy2>div{box-sizing: border-box; width: 100%;padding:5px;  float: left; display: block; position: relative}
#daddy2>div>div{display: block; height: 50px; line-height: 50px; text-align: center; font-size: 30px; font-weight: bold; background: #639BF6; color: white; font-family: "Arial", sans-serif;}

#daddy3::after{content: '';clear: both !important; display: block}
#daddy3>div{box-sizing: border-box; width: 25%;padding:5px;  float: left; display: block; position: relative}
#daddy3>div>div,.item{display: block;text-align: center; font-size: 30px; font-weight: bold; background: #639BF6; color: white; font-family: "Arial", sans-serif;}
.item{display: block;margin-top:5px; background:none;position:relative}
.comments{background: black; margin: 50px 0 0 0; padding: 30px;}
 .draggable{border-bottom:4px solid black;font-family: 'bebas_neueregular', sans-serif;color: #ffffff;;line-height:18px; text-align: center; font-size: 16px;width: 100%; display: block; height: 20px;position: absolute; top:0; left:0; background: #639bf6
}
.downloadContainer{max-width:100%;display: block; position: relative; width: 716px; margin:150px auto 0 auto;}
 .desc{font-size: 21px;}
.dropzone::before{
    -webkit-transition:  0.5s ease-in-out;
    -moz-transition:  0.5s ease-in-out;
    -ms-transition:  0.5s ease-in-out;
    -o-transition:  0.5s ease-in-out;
    transition:  0.5s ease-in-out;
    content: "Seret Disini Untuk menghapus Gambar";
     line-height: 60px;text-align: center;width: 100%;display: block; font-size: 26px;}
.dropzone{
    border: 2px dashed #639BF6;
    background:green;background-clip:border-box;
    color: #fff;
    max-height: 60px;
    
    -webkit-transition:  0.5s ease-in-out;
    -moz-transition:  0.5s ease-in-out;
    -ms-transition:  0.5s ease-in-out;
    -o-transition:  0.5s ease-in-out;
    transition:  0.5s ease-in-out;
    opacity:0.3
}
.btndemo{width: 100px; text-align:center; margin: 15px;border: solid #639BF6;display: block; height: 50px; line-height: 42px; font-family: "bebas_neueregular", sans-serif; float: left; background: #639BF6; color: white; font-size: 16px;}
.btndemo:hover,.btndemo.active{text-decoration: none; color: #639BF6; background: black; border: 4px solid #639BF6;}
.dropzone.active{opacity:1;border: 2px dashed #639BF6;content:"hapus disini";
    }
/* desert scheme ported from vim to google prettify */
pre.prettyprint { display: block; background-color: #333; -webkit-border-radius: 0 !important; -o-border-radius: 0 !important; -moz-border-radius: 0 !important;border-radius: 0 !important; border: 0 none !important;}
pre .nocode { background-color: none; color: #000 }
pre .str { color: #ffa0a0 } /* string  - pink */
pre .kwd { color: #f0e68c; font-weight: bold }
pre .com { color: #87ceeb } /* comment - skyblue */
pre .typ { color: #98fb98 } /* type    - lightgreen */
pre .lit { color: #cd5c5c } /* literal - darkred */
pre .pun { color: #fff }    /* punctuation */
pre .pln { color: #fff }    /* plaintext */
pre .tag { color: #f0e68c; font-weight: bold } /* html/xml tag    - lightyellow */
pre .atn { color: #bdb76b; font-weight: bold } /* attribute name  - khaki */
pre .atv { color: #ffa0a0 } /* attribute value - pink */
pre .dec { color: #98fb98 } /* decimal         - lightgreen */

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE } /* IE indents via margin-left */
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,li.L3,li.L5,li.L7,li.L9 { }

@media print {
    pre.prettyprint { background-color: none }
    pre .str, code .str { color: #060 }
    pre .kwd, code .kwd { color: #006; font-weight: bold }
    pre .com, code .com { color: #600; font-style: italic }
    pre .typ, code .typ { color: #404; font-weight: bold }
    pre .lit, code .lit { color: #044 }
    pre .pun, code .pun { color: #440 }
    pre .pln, code .pln { color: #000 }
    pre .tag, code .tag { color: #006; font-weight: bold }
    pre .atn, code .atn { color: #404 }
    pre .atv, code .atv { color: #060 }
}