html,

head
{
    font-family: "Malgun Gothic", sans-serif;
    font-size: 30px;
}

body
{
    font-family: "Malgun Gothic", sans-serif; 
    font-size: 20px;
    color: #000066;
    width: 1200px;
    margin:0 auto;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom:5px;
    border-style: solid;
    border-color: lightgrey;
    border-width: 1px;
    border-radius: 5px;
}

p.big
{
    padding-top: 30px;
}

h1
{
    font-family: "Malgun Gothic", sans-serif;
    font-size: 25px;
    color: #000066;
}

select
{
    font-family: "Malgun Gothic", sans-serif;
    font-size: 18px
}

#btlr
{
    position: relative;
    left: 400px;
    height: 350px;
    width: 350px;
}

#submit_btn
{
    position: relative;
    left: 700px;
}

.bottler_link
{
    position: relative;
    display: inline-block;
    left: 8px;
    margin: auto;
}

.design_gallery
{
    max-width: 1200px;
    position: relative;
    margin: auto;
}

.design_gallery #all_label
{
    position: relative;
    display: block;
    left: 100px;
}

.design_gallery .design_label
{
    display: none;
    position: relative;
    left: 100px;
}

.design_gallery #all_dwg
{
    position: relative;
    display: block;
    margin: auto;
    height: 825;
    width: 1170;
}

.design_gallery .bottler_design
{
    display: none;
    position: relative;
    vertical-align: middle;
    margin: auto;
    height: 935;
    width: 660;
}

/*.design_gallery #end_elevation
{
    height: 935;
    width: 660;
}*/

.design_gallery .prev
{
    position: absolute;
    top: 500;
    left: 0;
    font-size: 45px;
    padding-top: 3px;
    padding-bottom: 6px;
    cursor: pointer;
    border-radius: 8px 0 0 8px;
}

.design_gallery .next
{
    position: absolute;
    top: 500;
    right: 0;
    font-size: 45px;
    padding-top: 3px;
    padding-bottom: 6px;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
}

.design_gallery .prev:hover, .next:hover 
{
  background-color: rgba(0,0,66,0.7);
}

.rendered_gallery
{
    max-width: 1200px;
    position: relative;
    margin: auto;
}

.rendered_gallery .rendered_label
{
    display: block;
    position: relative;
    left: 100px;
}

.rendered_gallery .rendered_bottler
{
    display: block;
    position: relative;
    margin: auto;
}

.vector_gallery
{
    max-width: 1200px;
    position: relative;
    margin: auto;
}

.vector_gallery .vector_label
{
    display: block;
    position: relative;
    left: 100px;
}

.vector_gallery .vector_conveyor
{
    display: block;
    position: relative;
    margin: auto;
}

.stl_gallery
{
    max-width: 1200px;
    position: relative;
    margin: auto;
}

.stl_gallery .stl_label
{
    display: block;
    position: relative;
    left: 100px;
}

.stl_gallery .stl_frame
{
    border: 0;
    margin: 0;
    display: block;
    position: relative;
    margin: 0 auto;
    width: 95%;
    height: 95%;
}

