.img-circle{border-radius:50%};

/* постраничная навигация */

#copynavi {
   padding: 5px 5px 5px 5px auto;
}

#copynavi a {
   font-family: Segoe UI;
   font-size: 20px;
   /* color: #000000; */
   text-decoration: none;
   padding: 3px 6px;
   /* background: #F9F9F9; */
   border: 1px solid #999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 2px;
}

#copynavi a:hover {
   /* color: #FFFFFF; */
   /* background: #2da5da; */
   text-shadow: 1px 1px 0 #000000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 5px;
}

#copynavi span {
   font-family: Segoe UI;
   font-size: 25px;
   /* color: #fff; */
   text-shadow: 1px 1px 0 #000000;
   padding: 3px 6px;
   /* background: #2da5da;*/
   border: 1px solid #999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 2px;
}

/* / постраничная навигация */
.otstuptopbottom {
   margin-top: 3px;
   margin-bottom: 3px;
}
.textbox{
  height:40px;
  width:930px;
  border-radius:3px;
  border:rgba(0,0,0,.3) 2px solid;
  box-sizing:border-box;
  font-family: Segoe UI;
  font-size:16pt;
  padding: 5px;
  margin: 0 0 0 0;
}
.buttonPoisk {
  width: 50px;
  height: 50px;
}
.buttonPoisk {
  background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 5px;
    color: #555555;
    display: block;
    margin: 20px 0 10px 0 auto;
    font-size: 30pt;
    font-weight: 300;
    text-align: center;
    padding: 4px 6px;
    vertical-align: middle;
    text-decoration: none;
}
.buttonPoisk:hover, .buttonPoisk:focus {
   background: #5BADFF;
   color: #ffffff;
   text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
   border-color: #9A9A9A;
   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #DDDDDD;
   outline: 0 none;
}
