﻿.Blue_Button {
    height: 100%;
    width: 100%;   
    background-image: -ms-linear-gradient(top left, #00A3EF 0%, #29C7EF 100%);
    background-image: -moz-linear-gradient(top left, #00A3EF 0%, #29C7EF 100%);
    background-image: -o-linear-gradient(top left, #00A3EF 0%, #29C7EF 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00A3EF), color-stop(1, #29C7EF));
    background-image: -webkit-linear-gradient(top left, #00A3EF 0%, #29C7EF 100%);
    background-image: linear-gradient(to bottom right, #00A3EF 0%, #29C7EF 100%);
    display: table;
    padding: -5px -5px -5px -5px;
}
.Red_Button {
    height: 100%;
    width: 100%;   
    background-image: -ms-linear-gradient(top left, #EF5A4F 0%, #EF6C6C 100%);
    background-image: -moz-linear-gradient(top left, #EF5A4F 0%, #EF6C6C 100%);
    background-image: -o-linear-gradient(top left, #EF5A4F 0%, #EF6C6C 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #EF5A4F), color-stop(1, #EF6C6C));
    background-image: -webkit-linear-gradient(top left, #EF5A4F 0%, #EF6C6C 100%);
    background-image: linear-gradient(to bottom right, #EF5A4F 0%, #EF6C6C 100%);
    display: table;
    padding: -5px -5px -5px -5px;
}

.Green_Button {
    height: 100%;
    width: 100%;   
    background-image: -ms-linear-gradient(top left, #92EF70 0%, #82D464 100%);
    background-image: -moz-linear-gradient(top left, #92EF70 0%, #82D464 100%);
    background-image: -o-linear-gradient(top left, #92EF70 0%, #82D464 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #92EF70), color-stop(1, #82D464));
    background-image: -webkit-linear-gradient(top left, #92EF70 0%, #82D464 100%);
    background-image: linear-gradient(to bottom right, #92EF70 0%, #82D464 100%);
    display: table;
    padding: -5px -5px -5px -5px;
}

.Purple_Button {
    height: 100%;
    width: 100%;   
    background-image: -ms-linear-gradient(top left, #536BE0 0%, #3E50A8 100%);
    background-image: -moz-linear-gradient(top left, #536BE0 0%, #3E50A8 100%);
    background-image: -o-linear-gradient(top left, #536BE0 0%, #3E50A8 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #536BE0), color-stop(1, #3E50A8));
    background-image: -webkit-linear-gradient(top left, #536BE0 0%, #3E50A8 100%);
    background-image: linear-gradient(to bottom right, #536BE0 0%, #3E50A8 100%);
    display: table;
    padding: -5px -5px -5px -5px;
}

.Orange_Button {
    height: 100%;
    width: 100%;   
    background-image: -ms-linear-gradient(top left, #E0A631 0%, #C9952C 100%);
    background-image: -moz-linear-gradient(top left, #E0A631 0%, #C9952C 100%);
    background-image: -o-linear-gradient(top left, #E0A631 0%, #C9952C 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #E0A631), color-stop(1, #C9952C));
    background-image: -webkit-linear-gradient(top left, #E0A631 0%, #C9952C 100%);
    background-image: linear-gradient(to bottom right, #E0A631 0%, #C9952C 100%);
    display: table;
    padding: -5px -5px -5px -5px;
}






.Button_Content 
{
    position: relative;
    display: table-cell;
}

.Button_Font_Header {
    font-family: cal;
    font-size: 30px;
    color: white;
}

.Button_Font_Normal {
    font-family: cal;
    font-size: 16px;
    color: white;
}