
.button {
    border-radius: 30px;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
   background: rgba(255,255,255,1);
   background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 84%, rgba(237,237,237,1) 100%);
   background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(84%, rgba(237,237,237,1)), color-stop(100%, rgba(237,237,237,1)));
   background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 84%, rgba(237,237,237,1) 100%);
   background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 84%, rgba(237,237,237,1) 100%);
   background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 84%, rgba(237,237,237,1) 100%);
   background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 84%, rgba(237,237,237,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
   
   text-shadow: 0px  -1px 0px rgba(0,0,0,.5);
   color: black;

   -webkit-box-shadow: 0px 3px 0px grey;
   -moz-box-shadow: 0px 3px 0px grey;
   box-shadow: 0px 3px 0px grey;
   
}

.button1:hover {
    color: orange;
}

.button2 {
    background-color: white; 
    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;
}

/*body {
    background-color: #99e6ff;
}
*/
.button5 {
    background-color: rgba(231, 231, 231,0.5);
    color: black;
    border: 2px solid #555555;
}


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


/* The alert message box */
.alert {
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
    text-align: center;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 40px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}
body
{

background: linear-gradient(183deg, rgba(86, 140, 255, 0.8)28%, rgba(220, 218, 232, 0.8)100%);
background: -moz-linear-gradient(183deg, rgba(86, 140, 255, 0.8)28%, rgba(220, 218, 232, 0.8)100%);
background: -webkit-linear-gradient(183deg, rgba(86, 140, 255, 0.8)28%, rgba(220, 218, 232, 0.8)100%);
background: -o-linear-gradient(183deg, rgba(86, 140, 255, 0.8)28%, rgba(220, 218, 232, 0.8)100%);
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
tr:nth-child(odd) {
    background-color: white;
}
html {zoom: 100%;}
