.RadToolBar .rtbItem .k-icon.k-i-menu {
    text-align: left;
}

    .RadToolBar .rtbItem .k-icon.k-i-menu:before {
        content: "\e030";
    }

.RadToolBar .rtbItem h3.toolbar-title {
    margin: 0 0 0 20px;
    font-size: 1.1em;
    line-height: 30px
}

.sunny, .cloudy, .rainy {
    display: block;
    margin: 30px auto 10px;
    width: 128px;
    height: 128px;
    background: url('https://demos.telerik.com/kendo-ui/content/web/tabstrip/weather.png') transparent no-repeat 0 0;
}

.flag {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.k-icon.france-flag {
    background-image: url('https://demos.telerik.com/kendo-ui/content/web/drawer/france-flag.png');
}

.k-icon.spain-flag {
    background-image: url('https://demos.telerik.com/kendo-ui/content/web/drawer/spain-flag.png');
}

.k-icon.italy-flag {
    background-image: url('https://demos.telerik.com/kendo-ui/content/web/drawer/italy-flag.png');
}

.k-icon.germany-flag {
    background-image: url('https://demos.telerik.com/kendo-ui/content/web/drawer/germany-flag.png');
}

.cloudy {
    background-position: -128px 0;
}

.rainy {
    background-position: -256px 0;
}

.weather {
    margin: 0 auto 30px;
    text-align: center;
}

.hide {
    display: none;
}

.k-drawer-content {
    padding: 1em;
}

.k-drawer-content {
    padding: 1em;
}

#example .demo-section {
    max-width: 640px;
}

.k-toolbar .k-icon {
    font-size: 18px;
}

body {
    margin-top: 0
}
