/* 
    (c)2012-2014 Star Plugins
    This css is used to style the dashboard buttons.
    Change the CSS and/or image to suit the style of your website.
*/

.starzoom-reset-but, .starzoom-in-but,.starzoom-out-but { 
/*  background-image: url("dashboard.png");*/
    background-color: transparent;
    height:20px;
    width:20px;
    float:left;
    margin-right:10px;
}
#viewport {
    max-height:100%;
}
.starzoom-in-but {
    background-image: url("imgs/zm_in.png");
    background-size: 20px 20px;
}
.starzoom-out-but {
    background-image: url("imgs/zm_out.png");
    background-size: 20px 20px;
}

.starzoom-blank {
    background-image: url("blank.png");
}
/*JC test 3/30/2019*/
#viewport {position:relative;width:100%;height:100%;}