/* v1.0 | 20080212 */
/* Reset.css cleaned up regarding unnecessary and conflicting settings after adding CDN support to header (IRES-11641) */

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow --> Added softgreen background-color */
ins {
	text-decoration: none;
	background-color: #b3da8a;
}
del {
	text-decoration: line-through;
	color:#b60000;
}

/* width setting all devices, according to BS Grid settings */
.container-fluid {
    max-width:1320px;
    }
    @media (max-width:1399px) {
        .container-fluid {
            max-width:1140px;
            }   
    }
    @media (max-width:1199px) {
        .container-fluid {
            max-width:960px;
            }   
    }
    @media (max-width:991px) {
        .container-fluid {
            max-width:720px;
            }   
    }
    @media (max-width:767px) {
        .container-fluid {
            max-width:540px;
            }   
    }
    @media (max-width:575px) {
        .container-fluid {
            max-width:100%;
            }   
    }
