﻿a.Button {
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}

.DontShow{
     
}


.Card {
    background-color: #fff;
    border: 1px solid rgba(211, 211, 211, .5);
    box-shadow: 0px 0px 6px 2px rgba(211, 211, 211, .5);
    border-radius: 6px;
}

.Columns2 > .Column {
    width: 40%;
    padding: 0 5px;
}


.Footer_Global_Phone {
    margin-left: 0px;
    background-color: white;
    bottom: 0;
    box-shadow: 0 1px 10px 0 rgba(21, 24, 26, .1);
    height: 350px;
    left: 0;
    padding: 0px 20px 0px 20px;
    position: relative;
    margin-top: 0px;
    right: 0;
    z-index: 100;
}

.Footer_Global {
    position: fixed;
}
