/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.snufel_instruction {
    padding: 10px 12px;
    background-color: #fdf1d3;
	margin-bottom:12px;
}
.snufel_min_words{
	padding:6px 0px;
	color:#922;
	font-weight:bold;
}
#snufel_postbox form#new_post p {
    padding: 5px 0px;
}
.posting_status {
    background: #ffefb5;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}

a.btn.snufelpaidbtn {
    background: #cc1818;
    padding: 11px 17px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

#snufel_postbox form#new_post input[type="text"] {
    width: 100%;
}

#snufel_postbox form#new_post select {
    width: 100%;
    padding: 6px 10px 10px;
}

div#snufel_paidpost_submit {
    background-color: #f8c94d;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 4px;
	cursor:pointer;
    border: 2px solid #727070;
}