/*
	Styles for desktop viewing
*/

#header {
	position: relative;
}

.header-title {
    padding-left: 12px;
}

#open-menu,
.header-padding,
#mobile-logo,
#logo-rate-result {
  display: none !important;
}

.img-fluid.float-left {
    float: left !important;
	margin: 5px 10px 0 0;
}

.img-fluid.float-right {
    float: right !important;
	margin: 5px 0 0 10px;
}

.container {
    width: 95% !important;
}

#stopwatch-controls {
    max-width: 600px;
    margin: auto;
}


/* Override mmenu styles */
:root {
	--mm-sidebar-expanded-size: 300px;
}
