.theme-switcher li {

	padding-left: 10px;
	font-size: 32px;
}
html {
	height: 100%;
	width: 100%;
	position: relative;
}
body {
	//background: #fff;
	margin: 0;
	height: 100%;
}

iframe {
	transition: all 0.3s ease;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.demo-content {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;

.demo-content .device {
    display: inline-block;
    position: relative;
    padding: 2em;
    padding-bottom: 4em;
    background-color: #38424b;
    margin: 30px 0;
    border-radius: 1em;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.25);
}

#viewport-change-desktop, #viewport-change-tablet, #viewport-change-tablet-land, #viewport-change-mobile, #viewport-change-mobile-land
{
	background: #F8F8F8;
	border-radius: 6px;
	border: #F8F8F8 solid 1px;
}

