/* begin Quick Exit Styling */
#get-away {
	color: #ffffff;
	font-weight: 700;
  width: 175px;
  height: 75px;
  line-height: 1.25em;
  text-align: center;
  background-color: #cc0000;
  position: fixed;
  top: 215px;
  right: 0;
  cursor: pointer;
  z-index: 100;
  display: block;
    font-size: 16px;
    padding: 5px; }
		
@media screen and (min-width: 951px) {
  #get-away {
    width: 150px;
    z-index: 900000; } }

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
  #get-away {
  width: 50%;
    z-index: 300000; } }
		
		.icon-support {
  margin-right: 10px;
  max-width: 50%; }
/* end Quick Exit Styling */