﻿/* show Impression Type on the pagae */
.isShowType {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 111;
    color: #fff;
    background: #000;
    opacity: .6;
    padding: 2px 5px;
}
