
#product_type_page_title  {
    position: relative;
    padding: 0;
    background: url("/img/product_2560.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position-y: 150%;
    background-position-x: center;
    background-repeat: no-repeat;
}

#product_type_page_title h1 {
    z-index: 999;
}

#product_type_page_title .color-overlay {
    background-color: rgba(0,0,0,0.6);
}

#main_content {
    margin-bottom: 50px;
    padding: 70px 3%;
}

.pricing_info {
    margin-bottom: 3em;
}

.pricing_info_header {
    padding-bottom: 10px;
}

.pricing_info_description {
    padding-bottom: 10px;
}

.pricing_notice {
    margin-bottom: 2em;
}

.db_type_box {
    position: relative;
}

.red {
    color: #e05a5f;
}

.blue {
    color: #45aae0;
}

.oracle_box {
    box-shadow: 2px 2px 25px 2px rgba(150,20,50,0.15);
}

.goldilocks_box {
    box-shadow: 2px 2px 25px 2px rgba(150,80,20,0.15);
}

.anydb_box {
    box-shadow: 2px 2px 25px 2px rgba(100,20,155,0.15);
}

.oracle_box .title_box, .goldilocks_box .title_box, .anydb_box .title_box {
    padding: 30px 20px;
    min-height: 160px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    
}

.oracle_box > .title_box{
    /* border: 1px solid #e8b445; */
    /* background: linear-gradient(to bottom right, #853040, #ff0037 ) ; */
    /* box-shadow: 2px 2px 25px 2px rgba(10,50,125,0.15); */
    border-radius: 5px;
}

.goldilocks_box .title_box{
    
    /* border: 1px solid #e84254; */
    /* background: linear-gradient(to bottom right, #ef6830, #e6c437 ) ; */
    /* background: linear-gradient(to bottom right, #853040, #534fbd ) ; */
    /* box-shadow: 2px 2px 25px 2px rgba(10,50,125,0.15); */
    border-radius: 5px;
}

.anydb_box  .title_box {
    /* background: linear-gradient(to bottom right, #edc455, #8abd4f ) ; */
    /* background: linear-gradient(to bottom right, #853040, #534fbd ) ; */
    background: linear-gradient(to bottom right, #65cbbb, #45a0e0 ) ;
    /* box-shadow: 2px 2px 25px 2px rgba(10,50,125,0.15); */
    border-radius: 5px;
}

.desc_box {
    padding: 10% 6%;
    min-height: 200px;
}


