

/* CSS start: General */

footer.bottomcenter{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	/* background-color: red; */
	/* color: white; */
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* CSS end: general */


/* CSS start: dark mode */

/* body {
    padding: 25px;
    background-color: white;
    color: black;
    font-size: 25px;
} */
  
.dark-mode {
    background-color: #222222;
    color: white;
}

/* CSS end: dark mode */


/* CSS start: Map Overview */

body{
	background-color: #cccccc;
	background-color: #ffffff;
	background-color: #f1f1f1;
	height: 100%;
	margin: 10px;
}

.btn-nav{
    margin-bottom: 10px;
}

.btn-sound{
    display: inline-block;
    padding: 6px 12px;
    /*margin-bottom: 0;*/
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    /*border: 1px solid transparent;
    border-radius: 4px;*/

    margin-bottom: 10px;
    height: 100px;
    width: 150px;
}

.btn-center{
    display: inline-block;
    padding: 6px 12px;
    /*margin-bottom: 0;*/
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    /*border: 1px solid transparent;
    border-radius: 4px;*/

    margin-bottom: 10px;
    height: 100px;
    width: 150px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
  
li {
	display: inline;
}

.wrapper{
	width: 350px;
	padding: 20px;
	display: inline-block;
}

.center{
	margin-left: auto;
	margin-right: auto;
}

/* CSS end: Map Overview */


/* CSS start: Teamspeedrun Calculator */
table{
	border: 3px solid black;
	/* width: 100% */
}

th, td{
	border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
	padding: 5px;
    text-align: center;
}


th{
	background-color: #4CAF50;
	color: white;
}
/* CSS end: Teamspeedrun Calculator */

