﻿.imgd
{
    height:80%;
}
.downH div.title
{
    color:#808080;
    text-align:right;
    padding-right:20px;
    padding-top:20px;
    direction:rtl;
    width:auto;
    font-size:1.5rem;
    font-family:'yekan';
}
input.btnDown:hover {
    background-color: rgba(0,178,214,1);
    color: #000;
}
input.btnDown {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #3F7974;
    font-size: 18px;
    font-size: 1.8rem;
    padding:20px 0;
    width:100%;
    border: 0;
    color: #fff;
    cursor: pointer;
}
.downH .datedown
{
    float:left;height:auto;
    padding-left:20px;  
}
