/*********

 License: GNU General Public License v2 or later

 *********/

p {
    font-family: "Tahoma", Geneva, sans-serif;
    font-size: 11px;
} 

/* unvisited link */
a:link {
    color: #f5f5f5;
}

/* visited link */
a:visited {
    color: #f5f5f5;
}

/* mouse over link */
a:hover {
    color: #f5f5f5;
}

/* selected link */
a:active {
    color: #f5f5f5;
}


/* unvisited link */
a.Plain:link {
    color: #999999;
}

/* visited link */
a.Plain:visited {
    color: #999999;
}

/* mouse over link */
a.Plain:hover {
    color: #999999;
}

/* selected link */
a.Plain:active {
    color: #999999;
}


.wrapper{
    text-align:center;
    padding:5px;
}

.Logo{
    display: inline-block;
    text-align:center;
    padding:50px;
}

.Button{
    display:inline-block;
    text-align:center;
    padding:10px;
 
  
}

.round-button-ON {
    display:inline-block;
    width:50px;
    height:50px;
    line-height:50px;
    border-radius: 50%;
    text-align:center;
    text-decoration:none;
    background: #999999;
    font-family: "Tahoma", Geneva, sans-serif;
    font-size:20px;
    font-weight:100;
    
}
.round-button-ON:hover {
    background: #5BC236;
}

.round-button-OFF {
    display:inline-block;
    width:50px;
    height:50px;
    line-height:50px;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #999999;
    font-family: "Tahoma", Geneva, sans-serif;
    font-size:20px;
    font-weight:100;
    
}
.round-button-OFF:hover {
    background: #B33232;
}
