@namespace svg url(http://www.w3.org/2000/svg);

svg #spiral {
    stroke: rgb(0,0,0);
}

.dark svg #spiral {
   stroke: rgb(255,255,255);
   fill: rgb(0, 128, 0); 
}

svg #feet {
    stroke: rgb(0, 0, 0);
}

.dark svg #feet {
   stroke: rgb(255, 255, 255);
   fill:#ffff00;
}

svg #bubble {
    fill: rgb(0, 217, 255);
    stroke: rgb(0, 0, 0);
}

.dark svg #bubble {
    fill: rgb(0, 128, 255);
    stroke: rgb(255, 255, 255);
}

svg #Hull {
    fill: rgb(255, 64, 64); 
    stroke: rgb(128, 0, 0);
}

.dark svg #Hull {
    fill: rgb(255, 128, 128);
    stroke: rgb(255, 192, 192);
}

/* svg #Waves { */
/*     fill: rgba(255, 255, 255, 0);  */
/*     stroke: rgb(0, 0, 256); */
/* } */

/* .dark svg #Waves { */
/*     fill: rgba(255, 255, 255, 0); */
/*     stroke: rgb(128, 128, 256); */
/* } */

svg path#lock {
    fill: rgb(184,115,51);
}

.dark svg path#lock {
    stroke: rgb(255,255,255);
}

svg path#unlock {
    fill: rgb(184,115,51);
}

.dark svg path#unlock {
    stroke: rgb(255,255,255);
}

#searchTool path#mirror {
    stroke: black;
    fill: rgba(192, 192, 255, 0.498039);
}

#searchTool path#stock {
    stroke: black;
    stroke-width: 0;
    fill: rgb(255, 255, 255);
}

.dark #searchTool path#mirror {
    stroke: white;
    fill: rgba(80, 80, 255, 0.9);
}

.dark #searchTool path#stock {
    stroke: white;
    stroke-width: 2.0;
    fill: rgb(0, 0, 0);
}

#owlOnPerch.nonews #envelop {
   display: none;
}

.owlSent .owl {
   display: none;
}
