/**
 * Wrapper.
 */
#wrapper {
    padding: 15px;
    /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
    display:block;
    max-width:800px;
    
}



/**
 * Header.
 */
#header {
    margin-bottom: 20px;
}

@font-face {
    font-family: 'RuderPlakat-Regular';
    src: url('../fonts/RuderPlakatLLTT-Regular.ttf'), url('../RuderPlakatLLWeb-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.ui.header.send2friend-title{
    font-family: "RuderPlakat-Regular", "Arial", sans-serif !important
}

/**
 * Buttons.
 */
#send2friend-submit-button {
    margin-top: 1em;
}

/**
 * Form.
 */
#send2friend-form label {
    font-size: 15px;
    padding-bottom: 1px;
    padding-top: 3px;
}

.link-arrow {
    height:51px;
}

/**
 * Parsley.
 */
.parsley-error {
    border: 1px solid #f00 !important;
}

.parsley-errors-list {
    color: #f00;
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 5px 0 10px 0;
}