﻿.dokumanlar
{
    width: 100%;
    display: table;
    float: left;
}

    .dokumanlar .docs
    {
        width: 100%;
        float: left;
         margin:5px;
    }

    .dokumanlar img
    {
        display:block;
        max-height: 24px;
        max-width: 24px;
        float: left;
    }

    .dokumanlar span
    { 
         min-width:140px;
         color:#444444;
         line-height :23px;
         padding-left:5px;
    }

    .dokumanlar a
    {
        text-decoration: none;
      
    }