html {
scroll-behavior: auto !important;
}
.alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.bypostauthor {
font-weight: bold;
}
.gallery-caption {
font-style: italic;
text-align: center;
}
.screen-reader-text {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}