html,
body,
.theme-wrap {
    padding: 0px;
    margin: 0px;
    min-width: 320px;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.theme-wrap * {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

img {
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
}

.strong, strong, b {
    font-weight: 700;
}

iframe {
    max-width: 100%;
}

.alignleft {
    float: left;
    margin: 0px 15px 15px 0px;
}
.alignright {
    float: right;
    margin: 0px 0px 15px 15px;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto 0px auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
    zoom: 1;
}

#wpadminbar {
    position: fixed !important;
}