﻿.button {
    background-color: #e3f0f6;
    border: 1px solid black;
    color: #282828;
    font-weight: bold;
    cursor: pointer;
    margin-left: 8px;
    padding: 1px 20px 1px 20px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 10px;
    line-height: normal;
    font-family: Verdana, Arial, Helvetica;
}

    .button:hover {
        text-decoration: none;
        background-color: #add8e6;
    }

    .button:link {
        text-decoration: none;
        color: #092869;
    }

    .button:visited {
        text-decoration: none;
        color: black;
    }

    .button :active {
        text-decoration: none;
        color: black;
    }

.Button {
    background-color: #e3f0f6;
    border: solid 1px #ccc;
    color: #282828;
    font-weight: bold;
    cursor: pointer;
    margin-left: 3px;
    padding: 1px 20px 1px 20px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 10px;
    line-height: normal;
    font-family: Verdana, Arial, Helvetica;
    height: 15px;
    width: 100px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;
}

    .button:hover {
        text-decoration: none;
        background-color: #add8e6;
    }

    .button:link {
        text-decoration: none;
        color: #092869;
    }

    .button:visited {
        text-decoration: none;
        color: black;
    }

    .button :active {
        text-decoration: none;
        color: black;
    }
/*.postsection {
    width: 100%;
    height: auto;
    position: relative;
}*/
.ButtonLogin {
    /*clear: both;*/
    /*padding: 9px 30px;*/
    background: #00b5e6;
    color: #fff;
    border: 0;
    /*margin-top: 15px;*/
    border: 1px solid black;
    margin-left: 6px;
    font-weight: bold;
    /*text-decoration: none;*/
    transition: all 0.5s ease 0s;
    /*text-transform: capitalize;*/
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.54);
    display: inline-block;
}

    .ButtonLogin:hover {
        /* color: #333333; */
        background: #008cb2;
    }


.Button {
    /*clear: both;*/
    /*padding: 9px 30px;*/
    background: #00b5e6;
    color: white;
    border: 0;
    /*margin-top: 15px;*/
    margin: 3px;
    text-align: center;
    /*font-weight: bold;*/
    /*text-decoration: none;*/
    transition: all 0.5s ease 0s;
    /*text-transform: capitalize;*/
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.54);
    display: inline-block;
}

    .Button:link {
        /*clear: both;*/
        /*padding: 9px 30px;*/
        background: #00b5e6;
        color: white;
        border: 0;
        /*margin-top: 15px;*/
        margin: 15px;
        text-align: center;
        /*font-weight: bold;*/
        /*text-decoration: none;*/
        transition: all 0.5s ease 0s;
        /*text-transform: capitalize;*/
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.54);
        display: inline-block;
    }

    .Button:hover {
        /* color: #333333; */
        background: #008cb2;
    }
