body a{
    color: #428bca !important;
}

.navbar{
    background: white !important;
    border-top: 5px solid #447adb !important;
}

.navbar-inverse .navbar-brand a{
    display: none !important;
}

.navbar-inverse .navbar-brand a:after{
   content: "Plotly API v2" !important;   
}​

.breadcrumb{
    border-radius: 0px !important;
    background-color: rgb(244, 244, 248) !important;
}

.btn{
    background-color: #428bca !important;
    border-radius: 0px !important;
    border: none !important;
    color: #fff !important;
}

.btn-primary{
    color: #fff !important;
    background-color: #428bca !important;
    background: #428bca !important;
}

.btn:hover{
    background-color: #428bca !important;
    border-radius: 0px !important;
    border: none !important;
    color: #fff !important;
}

.btn-primary:hover{
    color: #fff !important;
    background-color: #428bca !important;
    background: #428bca !important;
}

span.str{
    color: blue !important;
}

pre{
    border-radius: 0px !important;
    border: none !important;
    background-color: rgb(244, 244, 248) !important;
}

code{
    color: #428bca;
}

body{
    font-size: 1.5em !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}



