body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
button,
input,
textarea,
p,
span,
th,
td,
article,
aside,
nav,
section,
img,
a {
    outline: none;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
}

.footer {
    clear: both;
    padding: 0 15px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #999;
    background-color: #f8f8f8;
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    width: 100%;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #3399CC;
}

.navbar-nav{
    height: 36px;
}

.navbar-nav a{
    height: 36px;
    line-height: 36px !important;
    padding: 0 10px !important;
}

.navbar{
    min-height: 35px;
    margin-bottom: 0;
    background-color: #fff;
}

.header{
    font-size: 18px;
}

.header .container{
    padding: 2px 15px;
}

.container {
    position: relative;
    padding: 15px;
    width: 100%;
}

@media (min-width: 1440px) {
    .container {
        width: 1440px;
    }
}

.logo{
    color: #333333 !important;
    font-size: 22px;
    padding: 8px 15px;
    height: 36px;
}

.logo img{
    display: inline;
    height: 36px;
    margin-top: -8px;
    padding: 1px 1px 1px 2px;
}

.logo b{
    margin-left: -4px;
    font-size: 28px;
    color: #33c0ff;
}

.logo span{
    font-size: 18px
}

.CodeMirror {
    border: 1px solid silver;
    border-radius: 3px;
    width: 100%;
    height: 100%;
}

.CodeMirror pre.CodeMirror-placeholder {
    color: #999;
}

.hot{
    background: #f76018;
    color: #FFFFFF;
    padding: 3px;
    border-radius: 5px;
    position: relative;
    top: -8px;
    left: 4px;
    font-size: 10px;
    line-height: 0;
}

.grippie {
    background: #EEEEEE url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAFCAMAAACD1meMAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURbu7u////3iwjPUAAAACdFJOU/8A5bcwSgAAABRJREFUeNpiYMADGHEDBhroAwgwAA9QADeT0qnSAAAAAElFTkSuQmCC) no-repeat scroll center 4px;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0pt 1px 1px;
    cursor: row-resize;
    height: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    user-select: none;
}
