.nggPlaceholder {
    text-align: center;
    background-color: #fdfdfd;
    border: solid 1px #ddd;
    border-radius: 3px;
    height: 230px;
    padding: 5px;
    margin: 5px;
    max-width: 94%;
    box-shadow: 0 0 3px 1px #EBECED;
    -webkit-box-shadow: 0 0 3px 1px #EBECED;
    -moz-box-shadow: 0 0 3px 1px #EBECED;
    width: 400px;
}

.nggPlaceholder h3 {
    margin: 0px !important;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    color: #555;
    margin-top: 75px !important;
    letter-spacing: -1px;
}

.nggPlaceholderButton:hover {
    margin: 0;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    color: #76a934;
}

.nggPlaceholderButton {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0;
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #bbb;
}