.shem_dispetch .arrow::after{
    content:"";
    position:absolute;
    display:block;
    width:10px;
    height:10px;
    background:url(/images/arrow.svg) center center no-repeat;
    transform: rotate(-90deg);
    margin-top:-5px;
    margin-left:-6px;		
}

.shem_dispetch .line::before{
    content:"";
    position:absolute;
    display:block;
    width:10px;
    height:10px;
    background:url(/images/arrow.svg) center center no-repeat;		
    margin-bottom:-6px;
    margin-right:-13px;
    right:0px;
    bottom:0px;		
}

.shem_dispetch .arrow{
    height:32px;
    width:1px;
    display:inline-block;
    margin-top:3px;
    margin-bottom:0px;
    border-left:2px dotted #dc3545;
    border-bottom:2px dotted #dc3545;
}

.shem_dispetch .small{
    font-size:7pt;
    width:200px;	
}

.shem_dispetch .line{
    position:absolute;
    border-left:2px dotted #dc3545;
    border-bottom:2px dotted #dc3545;		
}

.shem_dispetch .gsm{
    margin-top:-25px;
    margin-left:200px;		
}

.shem_dispetch .rs-485{
    margin-top:-15px;
    margin-left:135px;		
}

.shem_dispetch .fsk{
    margin-top:-10px;
    margin-left:157px;		
}

.shem_dispetch .inet{
    position:relative;
}