I need to add some custom CSS for a google map plugin - where do I do this?
[code]@media screen and (max-width:480px){
.page-id-14 header + .x-container.max.width.offset,
.page-id-14 #cs-content .e14-12.x-section .e14-13.x-container.max.width{
width:100%;
margin:0;
}
.page-id-14 article .entry-wrap,
.page-id-14 #cs-content .e14-12.x-section{
padding:0
}
}[/code]

