body {
    font-family: 'Open Sans';
    color: #333333;
    background-color: #efefef;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #000000;
}

h1 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 120%;
}

.wrapper {
    position: relative;
}

.card {
    opacity: 0;
    width:370px;
    height:166px;
    background-color: white;
    padding: 30px;
    line-height: 120%;
    box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
}