#buttonpos{
	position: absolute;
	top: 117px;
    left: 880px;
    font-size: 10px;	
}

#buttonpos2{
	position: absolute;
	top: 156px;
    left: 880px;
  font-size: 10px;	
}

#buttonpos3{
	position: absolute;
	top: 193px;
    left: 880px;
  font-size: 10px;	
}

#buttonpos4{
	position: absolute;
	top: 232px;
    left: 880px;
  font-size: 10px;	
}
#buttonpos5{
	position: absolute;
	top: 270px;
    left: 880px;
  font-size: 10px;	
}
#buttonpos6{
	position: absolute;
	top: 309px;
    left: 880px;
  font-size: 10px;	
}
#buttonpos7{
	position: absolute;
	top: 346px;
    left: 880px;
  font-size: 10px;	
}

#buttonpos8{
	position: absolute;
	top: 346px;
    left: 880px;
  font-size: 10px;	
}
#buttonpos9{
	position: absolute;
	top: 383px;
    left: 880px;
  font-size: 10px;	
}
#buttonpos10{
	position: absolute;
	top: 422px;
    left: 880px;
  font-size: 10px;	
}
#buttonpos11{
	position: absolute;
	top: 460px;
    left: 880px;
  font-size: 10px;	
}
#buttonpos12{
	position: absolute;
	top: 499px;
    left: 880px;
  font-size: 10px;	
}

#buttonpos13{
	position: absolute;
	top: 536px;
    left: 880px;
  font-size: 10px;	
}
.button {
    background-color: skyblue;/* Green */
    border: none;
    color: white;
    //padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    //margin: 4px 2px;
    cursor: pointer;
	height:20px;
	width:60px;
}

.button2 {background-color: #415665;} 
.button3 {background-color: #415665;} 
.button4 {background-color: #415665; } //color: black;}
.button5 {background-color: skyblue;} 
.button6 {background-color: skyblue;} 
.button7 {background-color: skyblue;} 

#button_alarm_pos{
	position: absolute;
	top: 117px;
    left: 760px;
    font-size: 10px;	
}
#button_alarm_pos2{
	position: absolute;
	top: 156px;
    left: 760px;
  font-size: 10px;	
}

#button_alarm_pos3{
	position: absolute;
	top: 193px;
    left: 760px;
  font-size: 10px;	
}

#button_alarm_pos4{
	position: absolute;
	top: 232px;
    left: 760px;
  font-size: 10px;	
}
#button_alarm_pos5{
	position: absolute;
	top: 270px;
    left: 760px;
  font-size: 10px;	
}
#button_alarm_pos6{
	position: absolute;
	top: 309px;
    left: 760px;
  font-size: 10px;	
}
#button_alarm_pos7{
	position: absolute;
	top: 346px;
    left: 760px;
  font-size: 10px;	
}

#button_alarm_pos8{
	position: absolute;
	top: 346px;
    left: 760px;
  font-size: 10px;	
}
#button_alarm_pos9{
	position: absolute;
	top: 383px;
    left: 760px;
  font-size: 10px;	
}
#button_alarm_pos10{
	position: absolute;
	top: 422px;
    left: 760px;
  font-size: 10px;	
}
#button_alarm_pos11{
	position: absolute;
	top: 460px;
    left: 760px;
  font-size: 10px;	
}
#button_alarm_pos12{
	position: absolute;
	top: 499px;
    left: 760px;
  font-size: 10px;	
}

#button_alarm_pos13{
	position: absolute;
	top: 536px;
    left: 760px;
  font-size: 10px;	
}
.button2 {
    background-color:blue;/* Green */
    border: none;
    color: white;
    //padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    //margin: 4px 2px;
    cursor: pointer;
	height:20px;
	width:100px;
}

.button2 {background-color: grey;} 
.button3 {background-color: #415665;} 
.button4 {background-color: #415665; } //color: black;}
.button5 {background-color: skyblue;} 
.button6 {background-color: skyblue;} 
.button7 {background-color: skyblue;} 

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: red; //#4CAF50;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}