#f-action {
    text-align: left;
    width: calc(100% - 20px);
    margin-top: 10px;
    border: 1px dotted;
    font-size: medium;
    padding: 10px;
}
.btn {
    text-align: center;
    border: 1px dotted;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 15px 5px;
    font-size: 16px;
    text-decoration: none;
}
.submit {
    border-radius: 0 0 0 8px;
    cursor: pointer;
    border: 1px dotted silver;
    width: 50%;
    /* background: rgba(255, 255, 255, 0.5); */
    padding: 5px;
    font-size: 16px;
}
.pict {
    width: 300px;
}
a {
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}
img.pic {
    
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
}
.admX {
    display: block;
    margin: 5px;
    font-size: 120%;
}
.p-img {
     position: relative;
     float: left;
     margin: 5px;
}
.div-x {
    position: absolute;
    top: 10px;
    left: 0;
}
.div-x a {
    padding: 10px 15px;
    border: 1px solid;
}
@media screen and (max-width: 1070px) {
 .pict {
    width: 100%;
 }
}