html {
    width:100%;
    height:100%;
}
body {
    width:100%;
    height:100%;
    background: url('../../img/common/bg-normal-blur.jpg') no-repeat;
    background-attachment: fixed !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
}
@media (min-width:1921px) {
    body {
        background: url('../../img/common/bg-4k-blur.jpg') no-repeat;
        background-position: center top;
        background-attachment: fixed;
    }
}​
@media (min-width:800px) {
    body {
        background-size: cover;
        background-size: 100% auto;
    }
}
#amazon-echo-device-list .well.well-sm {
	font-size:14px;
}
#amazon-echo-device-list, #tmp_content {
	width:100%;
}
.deviceSelect strong, .deviceSelect em {
	font-size:14px;
}