.auto-style2 {
    width: 170%;
}

div.links {
    font-size: 10pt;
    font-family: "Century Gothic",arial;
}

.auto-style12 {
    left: 20%;
}

#frontimgbut {
    background-image: url(/images/zoom.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat; /* make the background image appear only once */
    background-position: 0px 0px; /* equivalent to 'top left' */
    border: none; /* assuming we don't want any borders */
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    height: 25px; /* make this the size of your image */
    padding-left: 16px; /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
    position: relative;
    right: 45%;
}

#rearimgbut {
    background-image: url(/images/zoom.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat; /* make the background image appear only once */
    background-position: 0px 0px; /* equivalent to 'top left' */
    border: none; /* assuming we don't want any borders */
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    height: 25px; /* make this the size of your image */
    padding-left: 16px; /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
    position: relative;
    left: 5%;
}

#tiffimgbut {
    background-image: url(/images/zoom.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat; /* make the background image appear only once */
    background-position: 0px 0px; /* equivalent to 'top left' */
    border: none; /* assuming we don't want any borders */
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    height: 25px; /* make this the size of your image */
    padding-left: 16px; /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.fa-times {
    width: 50px;
}

.detail {
    right: 200px
}

@font-face {
    font-family: 'dotsfont';
    src: url('dotsfont.eot');
    src: url('dotsfont.eot?#iefix') format('embedded-opentype'), url('dotsfont.woff') format('woff'), url('dotsfont.ttf') format('truetype'), url('dotsfont.svg#dotsfontregular') format('svg');
}

[conceal]:not(:checked):not(:focus) {
    font-family: 'dotsfont';
}
