﻿.listPost {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 8px
}

.title-Listpost {
    background: url(/Themes/Public/img/تیتر5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 40px;
    text-align: center;
    margin: 0 0 5px;
    padding-top: 6px;
    color: #3e3e3e;
    text-shadow: 3px 3px 2px silver;
    font-size: 22px
}

.search-post {
    background: #fff;
    padding: 7px 15px;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    margin-top: 6px
}
