pre {
  margin: 0 !important;
  display: inline-block; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none; }

input, button {
  height: 35px;
  margin: 0;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit; }
  
  input[disabled], button[disabled] {
    background-color: #eee; }

.sendButtonsm
{
color: #fff;
font-weight: bold;
text-transform: uppercase;
text-align: center;
font-size: 14px;
background-color: #02ACD3;
padding-left: 0px;
margin-left: -10px;
height: 52px;
width: 12%;
border: 1px solid #02ACD3;
}
	
.sendsmsClass{
text-indent: 10px;
-webkit-appearance: none;
font-size: 14px;
padding-left: 0px;
margin-left: -10px;
height: 50px;

border: 1px solid #02ACD3;
}
	
	
input, select {
  border: 1px solid #CCC;
  width: 250px; }

::-webkit-input-placeholder {
  color: #BBB; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1; }

:-ms-input-placeholder {
  color: #BBB; }

button {
  color: #FFF;
  background-color: #428BCA;
  border: 1px solid #357EBD; }
  button:hover {
    background-color: #3276B1;
    border-color: #285E8E;
    cursor: pointer; }

#result {
  margin-bottom: 100px; }

  
.iconImage1  h3
{

font-size: 18px;
line-height: 1.6em;
letter-spacing: 0;
font-weight: 300;
font-style: normal;
color: #5C5C5C;

}
  

@media only screen and (max-width:480px) {
.sendButtonsm
{

width:40%;

}
  }
  
 @media only screen and (max-width:769px) {
.sendButtonsm
{

width:40%;

}
  }