.theme-panel {
    content: "";
    display: block;
    padding: 2% 5%;
    margin-bottom: 3%;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.08);
}
.theme-btn-primary.navbar-btn.pull-right {
    margin-left: 2px;
    margin-bottom: 12px;
    font-size: 1.1rem;
    font-weight: bold;
}

.theme-btn-primary {
    border-radius: 6px;
    min-width: 200px;
    min-height: 45px;
}
.summary-heading .theme-btn-primary{
    min-width: auto;
    min-height: auto;
    font-size: .9rem;
    font-weight: normal;
    background: #0456a5 ;
}

.theme-curved-circle, 
.theme-curved-line, 
.theme-curved-bottom-line 
 {
display: none !important;
}
.theme-curved {
    content: "";
    display: block;
    padding: 2% 5%;
    margin-bottom: 3%;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.08);
}