

span.secondary {
    font-size: 12px;
    color: #6f6f6f;
    font-style: italic;
}

.text-wrap {
    margin-top: 50px;
    margin-bottom: 20px;
}

div.uop {
    min-width: 330px;
    min-height: 250px;
    box-shadow: 0 -7px 0 #f2836b;
    margin: 5px 0 0;
    background-color: #f7f7f7;
}

.kod-before-65 {
    min-width: 330px;
    min-height: 255px;
}

div.uoz {
    box-shadow: 0 -6px 0 #29d9c2;
    width: 220px;
    min-height: 200px;
    background-color: #f7f7f7;
    margin: 15px 2px 0 0;
}

div.uod {
    box-shadow: 0 -6px 0 #3498DB;
    width: 220px;
    min-height: 200px;
    background-color: #f7f7f7;
    margin: 15px 2px 0 0;
}

div.ff {
    box-shadow: 0 -6px 0 #FFD34E;
    width: 220px;
    min-height: 200px;
    background-color: #f7f7f7;
    margin: 15px 0 0;
}

.netto-before {
    min-width: 336px;
    margin-right: 15px;
}

.ad_2 {
    margin-top: 25px;
}

.netto-small-uop {
    width: 261px;
    min-height: 280px;
    box-shadow: 0 -7px 0 #f2836b;
    margin-left: 2px;
    background-color: #f7f7f7;
    padding: 15px;
    text-align: center;
}

.netto-small-uoz {
    width: 199px;
    min-height: 176px;
    box-shadow: 0 -5px 0 #29d9c2;
    margin-left: 2px;
    background-color: #f7f7f7;
    padding: 15px;
    text-align: center;
}

.netto-small-uod {
    width: 199px;
    min-height: 176px;
    box-shadow: 0 -5px 0 #3498DB;
    margin-left: 2px;
    background-color: #f7f7f7;
    padding: 15px;
    text-align: center;
}

.netto-small-ff {
    width: 199px;
    min-height: 176px;
    box-shadow: 0 -5px 0 #FFD34E;
    margin-left: 2px;
    background-color: #f7f7f7;
    padding: 15px;
    text-align: center;
}

span.main-value {
    font-size: 40px;
    text-align: center;
}

span.value {
    font-size: 20px;
    text-align: center;
    background-color: #f7f7f7;
}

div.empty {
    height: 100px;
}

div.empty-small {
    height: 20px;
}

div.empty-small-ff {
    height: 60px;
}


.panel-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
}
.panel-white {
    border: 1px solid #dddddd;
}
.panel-white  .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}
.panel-white  .panel-footer {
    background-color: #fff;
    border-color: #ddd;
}

.post .post-heading {
    height: 95px;
    padding: 20px 15px;
}
.post .post-heading .avatar {
    width: 60px;
    height: 60px;
    display: block;
    margin-right: 15px;
}
.post .post-heading .meta .title {
    margin-bottom: 0;
}
.post .post-heading .meta .title a {
    color: black;
}
.post .post-heading .meta .title a:hover {
    color: #aaaaaa;
}
.post .post-heading .meta .time {
    margin-top: 8px;
    color: #999;
}
.post .post-image .image {
    width: 100%;
    height: auto;
}
.post .post-description {
    padding: 15px;
}
.post .post-description p {
    font-size: 14px;
}
.post .post-description .stats {
    margin-top: 20px;
}
.post .post-description .stats .stat-item {
    display: inline-block;
    margin-right: 15px;
}
.post .post-description .stats .stat-item .icon {
    margin-right: 8px;
}
.post .post-footer {
    border-top: 1px solid #ddd;
    padding: 15px;
}
.post .post-footer .input-group-addon a {
    color: #454545;
}
.post .post-footer .comments-list {
    padding: 0;
    margin-top: 20px;
    list-style-type: none;
}
.post .post-footer .comments-list .comment {
    display: block;
    width: 100%;
    margin: 20px 0;
}
.post .post-footer .comments-list .comment .avatar {
    width: 35px;
    height: 35px;
}
.post .post-footer .comments-list .comment .comment-heading {
    display: block;
    width: 100%;
}
.post .post-footer .comments-list .comment .comment-heading .user {
    font-size: 14px;
    font-weight: bold;
    display: inline;
    margin-top: 0;
    margin-right: 10px;
}
.post .post-footer .comments-list .comment .comment-heading .time {
    font-size: 12px;
    color: #aaa;
    margin-top: 0;
    display: inline;
}
.post .post-footer .comments-list .comment .comment-body {
    margin-left: 50px;
}
.post .post-footer .comments-list .comment > .comments-list {
    margin-left: 50px;
}

