.benefits-check {
    font-size: 2.0em;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.home-slate {
    background-color: white;
    margin: 40px 10px;
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 200, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 200, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 200, 0.2);
}

.home-slate img {
    width: 150px;
    height: 150px;
    margin: 20px 0px;
}

a:link,
a:visited,
a:active {
    color: #146DE1;
    text-decoration: none;
}

.tool-screenshot {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 200, 0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 200, 0.25);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 200, 0.25);
}

.contact-slate {
    background-color: white;
    border-left: 2px solid #2F80ED;
    margin: 0;
    padding: 20px 40px;
}

.form-input {
    background-color: white;
    border: 1px solid #bbb;
    -webkit-appearance: none;
    box-shadow: inset 0px 0px 0px 0px red;
    height: 50px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

textarea {
    -webkit-appearance: none;
    box-shadow: inset 0px 0px 0px 0px red;
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
    resize: none;
}

#main-page {
    background-color: white;
}