.win, .apple {height:20px;}
.apple {margin-top:-8px}

.navItem {
  position: relative; 
  display: inline-block;
  margin-right:20px;
    zoom:0.9;
}

.navbtn {
  height: 55px;
  display: block;
  margin-top:-5px;margin-bottom:-10px;
}

.navbtnIMG {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  pointer-events: none; 
}

.btn-Action {
    background: #e93250;
    background: -webkit-linear-gradient(top, #e93250, #b11f36);
    background: -moz-linear-gradient(top, #e93250, #b11f36);
    background: -o-linear-gradient(top, #e93250, #b11f36);
    background: linear-gradient(top, #e93250, #b11f36);

    border-radius: 18px;
    box-shadow: 0 0 6px rgba(0,0,0,0.25);

    color: #f8f8f8 !important;
    cursor: pointer;
    display: inline-block;

    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1;

    padding: 9px 20px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4); 

    vertical-align: middle;
    -webkit-appearance: none;
}
.btn-Action:hover,
.btn-Action:active {
    background: -webkit-linear-gradient(top, #d51c3a, #841526);
    background: -moz-linear-gradient(top, #d51c3a, #841526);
    background: -o-linear-gradient(top, #d51c3a, #841526);
    background: linear-gradient(top, #d51c3a, #841526);
    color: #f8f8f8;
}

.fa {width:20px;margin-top:-3px;padding:3px}

.AzureBorder {border: solid 1px #a4acdb;}
.RoundCorner {border-radius: 10px;}