﻿/* Basic */

body {
  margin: 0;
  overflow-x: hidden;
}

h1{
    
   
        font-size: 1.225em;
}
input[type="text"] 
{
    width: 50px;
    border: 2px solid #CCC;
}
c>input[type="text"] 
{
    width: 50px;
    border: none;
}

input[type=submit] {
    width: 5em;  height: 2em;
font-size: 0.7em;
color:#FFFAF0;
   background-color:#4682B4;
}
/* Content */
.docs-pictures {
    border: 3px solid #800000;
    padding: 10px;
}

    

.docs-pictures > ul {
list-style-type : none;

}
.docs-pictures > li {

  overflow: hidden;

list-style-type : none;

}

.docs-pictures > li > img {
  width: 25%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}











