#subStripe {
    background-image: url('/instrumentation/elpho/images/head-elpho-short.png');
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#subStripe h1 { color:#029ac1; }


#siteTitleContainer {
    font-size: 2.7vw;
}

.midRibbon { 
    background-color: #BDBDB0; 
    margin-bottom:0;
    padding-bottom:4em;
}

.borderDash { 
    color:white;
    border-bottom:1px dashed white;
    margin-bottom:1.3em;
}

#footer {margin-top:0;}

/* ----- MOBILE STYLES ----- */

@media (max-width:1100px) {

	#subStripe { background-image:none; }
     
}

    