// Previous and next buttons

.mybutton {
    display: block;
    width: 115px;
    height: 25px;
    background: #4E9CAF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
}

.testbutton {
    color: ;
    background-color: #bfbfbf;
    border-col
}

.btn-tutorial {
    color: #000000;
    background-color: #bfbfbf;
    border-color: #000000; /*set the color you want here*/
}

.btn-tutorial:hover, .btn-tutorial:focus, .btn-tutorial:active, .btn-tutorial.active, .open>.dropdown-toggle.btn-tutorial {
    color: #000000;
    background-color: #ffffff;
    border-color: #000000; /*set the color you want here*/
}

.glossary-term {
    color: #fc6203;
}

.inset-box {
    /*background-color: #cfcfcf;*/
    background-color: #dbdbdb;
}

.button-wrapper .btn {
    margin-bottom:5px;
}

.codesnippet {
  color: #000000;
  background-color: #e0e0e0;
  padding-left:  4px;
  padding-right:  4px;
}