#pfex-container label {
	font-weight: bold;
    margin-bottom: 4px;
    margin-top: 10px;
    font-size: 1em;
}

#pfex-container .postbox {
    padding: 4px;
}

#pfex-step-1 .postbox {
    margin-bottom: 12px;
}

#pfex-step-2 .postbox, #pfex-step-3 .postbox, #pfex-step-4 .postbox {
    margin-bottom: 4px;
}

#pfex-step-4 textarea {
    height: 52px;
    
}

.pfex-ep-input {
    width: 100%;
}

#pfex-fetch {
    margin-top: -8px !important;
}

.pfex-feed-fetch-button, .pfex-ep-info-button {
    margin-bottom: 6px !important;
    vertical-align: middle !important;
}

.pfex-feed-fetch-button:hover, .pfex-ep-info-button:hover {
    color: grey;
    cursor: pointer;
}

.pfex-button-label {
    margin-top: 0.25em;
    margin-left: 0.25em;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}

#pfex-step-1, #pfex-step-2, #pfex-step-3, #pfex-step-4 {
    padding-bottom: 4px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 6px;
}

#pfex-step-2, #pfex-step-3,  #pfex-step-4, .pfex-hidden {
    display: none;
 }

#pfex-feed-info {
    margin-left: 6px;
    font-size: 0.8em;
}

.pfex-error {
    font-weight: bold;
    color: #F22;
}