/* miguel's custom */ body{background-color:#dde;} .clear{ clear:both; } footer{ border-top: 1px solid black; } header a{ color:black; text-decoration:none; } a{ color:#45b; } ul li{ list-style-type: none; } ul li:before{ content: ">>"; padding-right: 1em; color: #e21; } #breadcrumbs{ border-top: 1px solid black; } #breadcrumbs li{ float:left; margin-right:0; } #breadcrumbs ul li:first-child:before { content: ''; padding-right: 0em; } #breadcrumbs ul li:not(:first-child):before { content: '>>'; position: relative; top: 0px; padding-right: 1em; padding-left: 1em; color: #e21; } #submenu ul{ list-style-type: none; } video{ width:640px; max-width:100% } .container img{ max-width:100% }