@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.divider1{
  border: 0 none;
  border-top: 10px dashed #d6d6d6;
  background: none;
  margin: auto; !important
  height:0;
} 

@media screen and (min-width:10px) and (max-width:640px) {
.leftSideBar{display:none !important;}
.rightSideBar{display:none !important;}
}

body {
width: auto; !important;
max-width:640px
margin: 0 auto; !important;
  margin: auto; !important
}

.container {
	width: auto;
	max-width:640px; !important;
  margin: auto; !important
}

img {max-width:100%;height:auto;}

.videowrapper {
    float: none;
    clear: both;
    max-width: 100%;
margin: 0 auto;
    padding-top: 25px;
}
.videowrapper iframe {
margin: 0 auto;
    top: 0;
    left: 0;
    max-width: 100%;
}

h1 {
	font-family: Open Sans;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h3 {
	font-family: Open Sans;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
p {
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 26px;
}
blockquote {
	font-family: Open Sans;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: Open Sans;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5667px;
}