a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,command,datalist,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,source,span,strike,strong,sub,sup,table,tbody,tdvideo,tfoot,th,thead,tr,tt,u,ul,var {
    background: 0 0;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

table,table td {
    padding: 0;
    border: none;
    border-collapse: collapse
}

img {
    vertical-align: top
}

embed {
    vertical-align: top
}

article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video {
    display: block
}

mark,rp,rt,ruby,summary,time {
    display: inline
}

input,textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0
}

iframe {
    border: 0;
    margin: 0;
    padding: 0
}

input,select,textarea {
    margin: 0;
    padding: 0
}

div {
    box-sizing: border-box
}

body {
    background: #000;
    font-family: 'Oswald', sans-serif;
}
.space {
	width: 100%;
	height: 150px;
}

.container {
    width: 60%;
    margin: auto;
    border-radius: 5px
}

.head {
    width: 100%;
    padding: 15px;
    background: #000;
    border: 2px solid #009b38;
    -moz-box-shadow: inset 0 0 30px #009b38;
}

.logo {
    display: block;
    height: 180px;
    background: url("../img/rajalogo.png") center no-repeat;
    background-size: 100% 100%;
    margin: auto
}

.menu {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0;
    background: #009b38
}

.menu a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    width: 13%;
    text-align: center;
    font-size: 18px
}

a {
    color: #009b38
}

a:focus,a:hover {
    text-decoration: none;
    color: #ff2d2d
}

.banner {
    display: block;
    text-align: center;
}

.banner img {
    display: inline-block;
    width: 49.5%;
    height: 90px;
    border: 1px #009b38 solid;
    box-sizing: border-box;
    padding: 2px;
}

.banner-top {
	top: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
}

.banner-top img {
	width: auto;
}

.banner-bottom {
   bottom: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
   }

.banner-bottom img {
   width: 32%;
   
}

.content {
    width: 100%;
    padding: 15px;
    border: 2px solid #009b38;
    -moz-box-shadow: inset 0 0 30px #009b38;
    color: #fff
    
}

.content p {
    margin: 5px 0;
    text-align: justify;
    font-size: 15px
}

.img {
    width: 100%;
    height: auto
}

h1 {
    text-align: center;
    margin: 15px 0
}

h2 {
    text-align: center;
    margin: 15px 0
}

h3 {
    text-align: center;
    margin: 15px 0
}

.head-title {
    text-decoration: none;
    color: #fff;
    font-size: 24px
}

.head-title2 {
    text-decoration: none;
    color: #fff;
    font-size: 20px
}

.head-title3 {
    text-decoration: none;
    color: #fff;
    font-size: 18px
}

#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #a8b2bc;
    font-size: 18px
}

#myTable td,#myTable th {
    text-align: center;
    padding: 3px 0 3px 0;
    border: 2px solid #444;
    font-size: 15px;
    color: #fff
}

#myTable th {
    color: #ffffff;
    background-color: #009b38;
    font-size: 15px
}

#myTable tr {
    border-bottom: 1px solid 3px
}

#myTable tr:hover {
    border-bottom: 1px solid #d25503
}

table td:hover,table tr.header {
    background-color: #292929
}

.foot {
    text-align: center;
    width: 100%;
    background: #2e2e2e;
    padding: 10px;
    color: #fff
}

.numprize img {
    width: 80px;
    height: 15px
}

.iklanld {
    width: 100%;
    border: 1px solid #6f6f6f
}

.iklanld img {
    width: 100%
}

.foot-ul {
    margin: 0 15px
}

.foot-ul a {
    text-decoration: none;
    color: #fff
}

@media only screen and (max-device-width: 1000px) {
    .container {
        width:100%
    }

    .logo {
        width: 300px;
        height: 75px;
    }

    .menu {
        padding: 0
    }

    .menu a {
        width: 100%;
        display: block;
        padding: 10px 0;
        border: 1px solid #fff
    }

    .banner img {
        display: inline-block;
        width: 98%;
        height: 60px;
    }

    .kol-dp {
        width: 12%;
        font-size: 10px
    }

    .foot {
        font-size: 12px
    }

    .banner-top img {
        width: 100%
    }
   
   .banner-bottom img {
      width: 100%;
      
  
}

#toc_container {
    background: #3b3b3b none repeat scroll 0 0;
    border: 1px solid rgba(255,255,255,.1803921568627451);
    border-radius: 10px;
    display: table;
    font-size: 95%;
    margin-bottom: 1em;
    padding: 10px;
    width: auto
}

.toc_title {
    font-weight: 300;
    text-align: left
}

#toc_container li,#toc_container ul,#toc_container ul li {
    list-style: outside none none!important
}

.button {
    margin-bottom: .5rem
}

.mobile {
    background: #fff;
    color: #222;
    padding: 1rem 1rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none
}

.mobile .top-lc {
    display: block;
    max-width: 100%;
    float: left;
    width: 100%
}

.mobile .top-lc .avatar {
    padding: 0;
    float: left;
    width: 15%;
    margin-right: 1%
}

.mobile .top-lc .name {
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px
}

.mobile .bottom-lc {
    float: left;
    padding-top: .5rem;
    text-align: center;
    width: 100%;
    max-width: 100%
}

.mobile .bottom-lc button {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-right: 1.5rem;
    border-radius: 3px
}

.mobile .bottom-lc .button-primary {
    background: #00c3ff;
    color: #000;
    border: #00c3ff
}

.loading {
    width: 100%;
    text-align: center
}

.loader {
    border: 6px solid #00c3ff;
    border-top: 6px solid #00c3ff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    margin: 0 auto
}

.out-link {
    list-style-type: square;
    margin:  0px 35px;
    color: white;
}

.out-link a {
    text-decoration: none;
    color: white;
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.desktop {
    position: fixed;
    bottom: 0;
    right: 1rem;
    width: 100%;
    max-width: 270px;
    display: block
}

.desktop .container {
    background: #fff;
    margin: 0;
    width: 100%;
    color: #222
}

.dmid-lc {
    text-align: left;
    font-size: 12px;
    padding: 0 2rem
}

.dtop-lc {
    float: left;
    width: 100%;
    padding: 1rem
}

.davatar {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 1rem
}

.dmid-lc .message {
    width: 100%;
    display: block;
    margin-bottom: .5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5rem
}

.dbottom-lc {
    width: 100%;
    max-width: 100%;
    text-align: center
}

.dbottom-lc button {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-right: 1.5rem;
    border-radius: 3px
}

.dbottom-lc .button-primary {
    background: #00c3ff;
    color: #000;
    border: #00c3ff
}

@media only screen and (max-width: 480px) {
    .mobile {
        display:block
    }

    .desktop {
        display: none
    }


}