﻿#result  p{
	    margin: 0;
		text-align:center;
}
   .row {
   padding: 0;
   margin: 0;
   padding-top: 5px;
   padding-bottom: 5px;
   }
   #clickme {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0;
    background: #aaa;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background: #0175b9;
    color: #fff;
    border-color: #ccc;
   }
#clickme:hover {
	background:#0175b9;color:#fff;
}
iframe {
max-width:100%;	
}
   #phone_number {
   display: block;
   width: 100%;    text-indent: 12px;
   padding: 12px 0;
   font-size: 14px;
   line-height: 1.42857143;
   color: #555;
   background-color: #fff;
   background-image: none;
   border: 1px solid #ccc;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
   -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   }
   #phone_number:focus {
   border-color: #66afe9;
   outline: 0;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
   box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
   }
@media (max-width: 220px) {
	    #clickme {
width: 50%;
    margin: 0 auto;
    display: block;
		}#result {margin:0;
			padding:0;
		}
		#result p {
			padding:0;
			margin:0;
		}
   }