﻿.rwZakaz{padding:5px; border-right:1px dotted #ccc;border-bottom:1px dotted #ccc;}
.rwZakazD{padding:5px; border-bottom:1px dotted #ccc; font-size:1.1em;}
.rwZakazL{border-left:1px dotted #ccc;}
.tblZakazy a    
{
    color: #0099FF;
    cursor:pointer;
    text-decoration:underline;
}
.tblZakazy a:hover
{
    color: #00CCFF;
    text-decoration:none;
}
.tblZakazy{width:100%;}
.txtInputPass{border:1px #ccc solid; width:300px; padding:5px;}
.btnDotazReklama
{
    font-size:1.4em;
    margin-top:20px;
    cursor:pointer;
    text-align:center;
}

.btnDotazReklama:hover  a:before
{
    content: '\f00c';
  position: relative;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 1.0em;
  font-family: 'FontAwesome';
  color: #99c038;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-right:5px;
  
  
}
@media screen 
  and (max-width: 520px) 
  {
    .txtInputPass{border:1px #ccc solid; width:90%; padding:5px;}
}
