/* Overwriting and formatting the page-title */

.page-title {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: linear-gradient(90deg, #d4d4d4 50%, #e2e2e2 50%);
    background: -moz-linear-gradient(90deg, #d4d4d4 50%, #e2e2e2 50%);
    background: -webkit-linear-gradient(90deg, #d4d4d4 50%, #e2e2e2 50%);
    background: -o-linear-gradient(90deg, #d4d4d4 50%, #e2e2e2 50%);
    background: -ms-linear-gradient(90deg, #d4d4d4 50%, #e2e2e2 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d4d4d4',GradientType=0 );
    color: #2d2d2d;
    height: 25px;
    margin: 0 0 15px;
    padding: 3px 3px 0 10px;
}

.page-title h1 {
    color: #2d2d2d !important;
}