@charset "utf-8";
/* CSS Document */
.alert {
    padding: 16px 8px 4px 8px;
    background-color: #ff9800;
/*    background-color: #f44336;
*/  color: black;
    opacity: 0.8;
    transition: opacity 0.6s;
    margin-bottom: 1px;
	position: fixed;
    left: 0px;
    bottom: 0px;
    width:100%;
/*    height:100%;
*/
    text-align:center;
    z-index: 1000;	
	vertical-align: baseline;
	
	}

.alert2 {
    padding: 16px 8px 4px 8px;
    background-color: #FFFFFF;
/*    background-color: #f44336;
*/  color: black;
    opacity: 1.8;
    transition: opacity 0.6s;
    margin-bottom: 300px;
	position: fixed;
    left: 0px;
    bottom: 0px;
    width:60%;
	margin-right: 20%;
	margin-left: 20%;
	border: 1px solid;	
/*    height:100%;
*/
    text-align:center;
    z-index: 1000;	
	vertical-align: baseline;
	
	}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
	margin: 1px 18px 12px 2px;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 40px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}
/*.button {
    background-color: #000000;
    border: none;
    color: white;
    padding: 15px 32px;
    padding: 10px 27px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.button1 {font-size: 10px;}
.button2 {font-size: 12px;}
.button3 {font-size: 16px;}
.button4 {font-size: 20px;}
.button5 {font-size: 24px;}	
}*/

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 8px 10px 8px 10px;
	margin: 1px 18px 12px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: black; 
    color: white; 
    border: 2px solid #222;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
	border: 2px solid #4CAF50;
}

.button2 {
    background-color: black; 
    color: black; 
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;
}

.button3 {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}

.button4 {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
    background-color: black;
    color: white;
    border: 2px solid #555555;
}

.button5:hover {
    background-color: #555555;
    color: white;
}
