/*================================================ */
/* Demo Preview Styles
================================================== */
body { font: 12px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #666; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }
.container { position: relative; width: 990px; z-index:980; margin: 0 auto; padding: 0; }
@media only screen and (min-width: 768px) and (max-width: 959px) { .container { width: 768px; } }
@media only screen and (max-width: 767px) { .container { width: 300px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) { .container { width: 420px; } }

#css {
    border: 1px solid #F4F4F4;
	text-align : left;
}

#css2 {
border: 4px double #CCCCCC;
border-style: double; 
border-width: 3px
}