body {
    padding-top: 55px;
}

.add_widget {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding:15px 0;
    /*background-color: #000;*/
    position: relative;
    color:#fff;
}

.add_widget .glyphicon {
    position:absolute;
    cursor:pointer;
    top:20px;
}

.label {
    font-size:110%;
    min-height:20px;
}

.glyphicon {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.board-lock {
    position: relative;
    color: #9D9D9D;
    top:15px;
    left:-5px;
}
.export-board {
    top:15px;
    position: relative;
    left:1px;
    cursor: pointer;
}
.board-lock.unlocked {
    color:#2ecc71;
}
.board-lock.locked {
    color:#e74c3c;
}

.navbar-ellipses {
    color: #9D9D9D;
    position: relative;
    top: 17px;
    left: 2px;
    display: none;
}

@media (max-width: 500px) {
    .navbar-brand {
        max-width: 80%;
        overflow: hidden;
        white-space: nowrap;
    }
}

#avatar {
    height:40px;
    margin:5px;
    float:left;
}

#history {
    color:#333;
}

textarea {
/*  // Options: horizontal, vertical, both*/
  resize: vertical;
/*  // Safari fix*/
  overflow: auto;
}

#code-form {
    margin-top:10px;
}