#bdp html,
#bdp body,
#bdp div,
#bdp span,
#bdp applet,
#bdp object,
#bdp iframe,
#bdp h1,
#bdp h2,
#bdp h3,
#bdp h4,
#bdp h5,
#bdp h6,
#bdp p,
#bdp blockquote,
#bdp pre,
#bdp a,
#bdp abbr,
#bdp acronym,
#bdp address,
#bdp big,
#bdp cite,
#bdp code,
#bdp del,
#bdp dfn,
#bdp em,
#bdp img,
#bdp ins,
#bdp kbd,
#bdp q,
#bdp s,
#bdp samp,
#bdp small,
#bdp strike,
#bdp strong,
#bdp sub,
#bdp sup,
#bdp tt,
#bdp var,
#bdp b,
#bdp u,
#bdp i,
#bdp center,
#bdp dl,
#bdp dt,
#bdp dd,
#bdp ol,
#bdp ul,
#bdp li,
#bdp fieldset,
#bdp form,
#bdp label,
#bdp legend,
#bdp table,
#bdp caption,
#bdp tbody,
#bdp tfoot,
#bdp thead,
#bdp tr,
#bdp th,
#bdp td,
#bdp article,
#bdp aside,
#bdp canvas,
#bdp details,
#bdp embed,
#bdp figure,
#bdp figcaption,
#bdp footer,
#bdp header,
#bdp hgroup,
#bdp menu,
#bdp nav,
#bdp output,
#bdp ruby,
#bdp section,
#bdp summary,
#bdp time,
#bdp mark,
#bdp audio,
#bdp video {
    border: 0;
	text-align: left;
    font: inherit;
    vertical-align: baseline;
    box-shadow: 0;
    content: none;
    background-image: unset;
	letter-spacing: 0px;
    text-transform: unset;
    outline: 0px;
    word-wrap: initial;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}


a::-moz-focus-inner ,
button::-moz-focus-inner {
  border: 0 !important;
}


#bdp a{
	box-shadow: none !important;
}

#bdp header,
#bdp section,
#bdp footer,
#bdp aside,
#bdp nav,
#bdp main,
#bdp article,
#bdp figure {
    display: block;
}

#bdp body {
    line-height: 1
}

#bdp ol,
#bdp ul {
    list-style: none;
	margin: 0px;
	padding: 0px;
}
#bdp li{
	margin: 0px;
	padding: 0px;
}

#bdp blockquote,
#bdp q {
    quotes: none
}

#bdp blockquote:before,
#bdp blockquote:after,
#bdp q:before,
#bdp q:after {
    content: none
}

#bdp table {
    border-collapse: collapse;
    border-spacing: 0;
    direction: ltr;
}