


/*
====================================================================
========== SINGLE RANT
====================================================================
*/


.dev-single-outer {
    border:1px solid #000;
    padding: 0 10px 25px 10px;
    margin: 10px;
}

.dev-title {
    margin: 0 -10px 10px -10px !important;
    background: #000;
    color:#FFF;
    padding: 5px 10px;
}

.single-footer {
    font-size:10px;
    color: #000;
}

.left-50 {
    float:left;
    width:50%;
    margin-left: 0;
}

.right-50 {
    float:right;
    width:50%;
    margin-right: 0;
}


.rant-image {
    margin-bottom: 15px;
    text-align: center;
}
.rant-image img {
    max-width: 100%;
    height:auto;
}

.devrant-copy { opacity: .35;  float: right; margin-bottom: 15px; }
.devrant-copy:hover { opacity: .75; }
.dev-widget-outer a, .dev-single-outer a, .devrant-copy a {
    color: #069;
}

/*
====================================================================
========== Fucking widget
====================================================================
*/

.dev-widget-outer {
    border:1px solid #000;
    padding: 0 10px 20px 10px;
    margin-bottom: 25px;
    max-width: 80%;
}

.dev-title {
    margin: 0 -10px 10px -10px;
    text-align: center;
    background: #000;
    color:#FFF;
}