﻿.boarditem .img
{
    padding:0;
    text-align:left;
    margin-bottom:15px;
}


.boarditem .txt
{
    padding:0;
}

.mahmoud
{
    width: 60%;
    display: block;
    margin: 10px auto 65px;
    border: 1px solid black;
    padding: 4px;
    border-radius: 10px;
}

.boarditem img
{
    max-width:100%;
    max-height:100%;
    padding:2px;
    border:2px solid #007dbf;
    border-radius:3px;
}

.txt_col
{
    padding:6px !important;
    border-radius:3px 0 0 3px;
}

.txt_col.txt_desc
{
    /*border-top:0px solid;
    border-bottom:1px solid #1a4860;
    border-left:1px solid #1a4860;*/
}

.txt span
{
    width:90%;
}