﻿.stylebutton {
    border-radius: 8px;
    border-color: #aaaaaa;
    border-style: inset;
    background: linear-gradient(rgb(21,77,142), rgb(20,63,117), rgb(70,127,184));
    color: #ffffff;
    width: 100px;
    height: 40px;
    font-weight: 700;
    font-size: medium;
    outline: none;
}

.stylebutton:active {
    border-radius: 8px;
    border-color: #ffffff;
    border-style: inset;
    background: linear-gradient(rgb(21,77,142), rgb(20,63,117), rgb(70,127,184));
    color: #ffffff;
    width: 100px;
    height: 40px;
    font-weight: 700;
    font-size: medium;
    outline: none;
}

.stylebutton:disabled {
    border-radius: 8px;
    border-color: #bbbbbb;
    border-style: solid;
    background: #cfcfcf;
    color: #808080;
    width: 100px;
    height: 40px;
    font-weight: 700;
    font-size: medium;
    outline: none;
}

.stylebuttonend {
    border-radius: 8px;
    border-color: #aaaaaa;
    border-style: inset;
    background: linear-gradient(rgb(228,48,64), rgb(212,67,85), rgb(255,47,51));
    color: #ffffff;
    width: 100px;
    height: 40px;
    font-weight: 700;
    font-size: medium;
    outline: none;
}

.stylebuttonend:active {
    border-radius: 8px;
    border-color: #ffffff;
    border-style: inset;
    background: linear-gradient(rgb(228,48,64), rgb(212,67,85), rgb(255,47,51));
    color: #ffffff;
    width: 100px;
    height: 40px;
    font-weight: 700;
    font-size: medium;
    outline: none;
}

.stylebuttonend:disabled {
    border-radius: 8px;
    border-color: #bbbbbb;
    border-style: solid;
    background: #cfcfcf;
    color: #808080;
    width: 100px;
    height: 40px;
    font-weight: 700;
    font-size: medium;
    outline: none;
}