.jumbotron-black{
    background-color: #292929;
    color: #d6d6d6;
    text-align: center;
}

.navbar{
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

.anchor::before{
    content: '#';
    font-size: 25px;
    margin-right: 10px;
    color: #3c8dbc;
}

.small-box:hover .icon {
    font-size: 90px;
}

.bold{
    font-weight: bold;
}

.global-msg{
    padding: 10px 20px;
    font-size: 16px;
}

.callout h4{
    color: #ffffff;
}

.small-box h3{
    color: #ffffff;
}

.doc-section{
    padding-top: 15px;
}

.jetbrains-logo{
    padding-top: 15px;
    width: 120px;
}

.jumbotron .container{
    width: 90%;
}

.hljs {
    background: #f5f5f5;
}

.carousel-wrapper{
    width: 60%;
    margin: auto;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img{
    width: 100%;
    margin: auto;
}

.btn-primary:hover {
    border-color: #367fa9;
}

.btn-primary:focus {
    background-color: #367fa9!important;
    border-color: #367fa9!important;
}

.tutorial{
    box-shadow: 1px 1px 13px rgba(0,0,0,0.3);
    border-radius: 5px;
    min-height: 125px
}

.tutorial-content{
    margin-left: 4px;
}

.myOdd{
    background-color: #f9f9f9;
}

.lineh {
    color: #777777;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #777777;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.lineh span {
    background:#fff;
    padding:0 10px;
}

.padding-top-10 {
    padding-top: 10px;
}


.min-height-150{
    min-height: 150px;
}
