#Tryit_sql_Leaderboard {
    margin: 5px 0;
    text-align: center;
    height: 90px;
}

.mainEditor {
    padding: 15px 15px 55px 15px;
    margin: 0 0 40px 10px;
    background-color: #F1F1F1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#resultSQL {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
    background-color: #F1F1F1;
    height: auto;
    width: auto;
}

#iframeResultSQL {
    display: none;
    background-color: #ffffff;
    height: 95%;
    min-height: 400px;
    top: 25px;
    width: 100%;
    border: 1px solid #d3d3d3;
    border: none;
}

#divResultSQL {
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    border: none;
    overflow: auto;
}

#textareaCodeSQL {
    font-size: 15px;
    height: 140px;
    width: 100%;
    border: 1px solid #d3d3d3;
    resize: none;
}

.CodeMirror.cm-s-default {
    height: 140px;
}

#footerSQL {
    height: 20px;
    font-family: verdana;
}

#dbInfo {
    height: auto;
    color: #222222;
    font-family: verdana;
    font-size: 12px;
    text-align: center;
    max-width: 300px;
    margin: auto;
    position: relative;
}

#buttonshowdesc {
    cursor: pointer;
    user-select: none;
    background:#000;
    color: #fff;
    border-radius: 100%;
    padding: 2px 10px;
}

#buttonhidedesc {
    cursor: pointer;
    user-select: none;
    background: #000;
    color: #fff;
    border-radius: 100%;
    padding: 2px 8px;
}

user-select:none @media (max-width:992px) {
    #dbInfo {
        width: auto;
        position: static;
    }
}

.chromesupport,
.iesupport,
.safarisupport,
.firefoxsupport,
.operasupport {
    width: 20px;
    height: 20px;
    float: left;
    margin-left: 15px;
    background-repeat: no-repeat;
}


