pre{
    margin:0;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
li.btn-item, li.btn-item-2, li.btn-item-3{
  margin: 0;
  padding: 0;
  float: left; 
}
.code-display{
    border: 1px solid #C2D7AE;
    padding: 16px 16px; 
    width: 100%; 
    margin-top: 40px; 
    margin-bottom: 40px;
    color:#444444;
    font-family: 'Ubuntu', Helvetica, sans-serif;
}
.code-display h3, .code-display b{
    color:#7cbc33;
    font-weight: 300;
}
.content-box{
    padding:.3rem;
    border-radius:1rem;
    background:#fefefe;
    max-width:18rem;
}
.btn-row-container{
    text-align:center;
    width:100%;
}
.btn-row-container ul{
    display:inline-block;
    line-height: 1;
    margin-top:8px;
    margin-bottom:8px;
}
.codebox{
    clear:both;
    border:1px solid #444444;
    border-radius:.4rem;
    background-color:#eeeeee;
    height:200px;
    width:100%;

}
.btn-item, .btn-item-2, .btn-item-3 {
    display:inline-block;
    margin:0;

}
.btn-item button, .btn-item-2 button, .btn-item-3 button{
    height:2rem;
    width:4.3rem;
    background-color: #efefef;
    border:1px solid #cccccc;
    cursor:pointer;

}
.btn-item button:active, .btn-item-2 button:active, .btn-item-3 button:active{
    background-color: #08592B;
    border:1px solid #dddddd;

}
.btn-item button.is-selected, .btn-item-2 button.is-selected, .btn-item-3 button.is-selected{
    background-color: #08592B;
    border:1px solid #dddddd;
    outline: none;

}
.btn-item-first button{
    border-bottom-left-radius:.5rem;
    border-top-left-radius:.5rem;

}
.btn-item-last button{
    border-bottom-right-radius:.5rem;
    border-top-right-radius:.5rem;

}

.btn-ios{
    background: url("https://strongloop.com/wp-content/uploads/2013/11/SL_Tabs_AppleGray.jpg") no-repeat center center;

}
.btn-ios.is-selected{
     background: url("https://strongloop.com/wp-content/uploads/2013/11/SL_Tabs_AppleGreen.jpg") no-repeat center center;
 }
.btn-android{
    background: url("https://strongloop.com/wp-content/uploads/2013/11/SL_Tabs_DroidGray.jpg") no-repeat center center;
}
.btn-android.is-selected{
    background: url("https://strongloop.com/wp-content/uploads/2013/11/SL_Tabs_DroidGreen.jpg") no-repeat center center;
}

.btn-js{
    background: url("https://strongloop.com/wp-content/uploads/2013/11/SL_Tabs_HTML5Gray.jpg") no-repeat center center;

}
.btn-js.is-selected{
    background: url("https://strongloop.com/wp-content/uploads/2013/11/SL_Tabs_HTML5Green.jpg") no-repeat center center;

}
.btn-strongloop{
    background: url("https://strongloop.com/wp-content/uploads/2013/11/SL_Tabs_NodeGray.jpg") no-repeat center center;
}
.btn-strongloop.is-selected{
    background: url("https://strongloop.com/wp-content/uploads/2013/11/SL_Tabs_NodeGreen.jpg") no-repeat center center;
}

.gist-container, .gist-container-2, .gist-container-3 {
    display:none;
}

