@charset "utf-8";
/* CSS Document */


body {
    background: #f4f4f4;
    font: 300 14px "Arial", sans-serif;
    color: #000;
}
h1 {
    font: 28px "Arial", sans-serif;
}
h2, h3 {
    font: 21px "Arial", sans-serif;
}
a {
    text-decoration: none;
    color: #000
}
.content {
    border: 1px dashed #ccc;
    max-width: 900px;
    background: #fff;
    padding: 10px;
    margin: auto
}
img {
    max-width: 100%;
}
.fa-phone:before {
    font-size: 42px;
    vertical-align: middle;
}
