.mainIcons {
    position: relative;
    width: 95px;
    height: 95px;
    border: none
}

.serviceDiv {
    position: relative;
    width: 50px;
    height: 50px;
    border: none
}

.mainIcon0_Offset {
    left: 8px
}

.mainIcon1_Offset {
    left: 109px
}

.mainIcon2_Offset {
    left: 210px
}

.mainIcon3_Offset {
    left: 311px
}

.mainIcon4_Offset {
    left: 412px
}

.mainIcon5_Offset {
    left: 513px
}

.mainIcon6_Offset {
    left: 614px
}

.mainIcon7_Offset {
    left: 715px
}

.mainIcon8_Offset {
    left: 816px
}

.mainIcon9_Offset {
    left: 917px
}

.mainIconEmer0_Offset {
    left: 34px
}

.mainIconEmer1_Offset {
    left: 135px
}

.mainIconEmer2_Offset {
    left: 236px
}

.mainIconEmer3_Offset {
    left: 337px
}

.mainIconEmer4_Offset {
    left: 438px
}

.mainIconEmer5_Offset {
    left: 539px
}

.mainIconEmer6_Offset {
    left: 640px
}

.mainIconEmer7_Offset {
    left: 741px
}

.mainIconEmer8_Offset {
    left: 842px
}

.mainIconEmer9_Offset {
    left: 943px
}

.mainIconsDiv {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 5px;
    border: none
}

.mainIconsText {
    position: absolute;
    top: 100px;
    width: 95px;
    text-align: center;
    font: 12pt Consolas
}

.mainIconsEmerImg {
    position: relative;
    bottom: -10px;
    right: 2px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    color: transparent
}

.commonDiv {
    height: 0;

}

.cl_PosR_w64 {
    position: relative;
    width: 64px;
    height: 64px
}

.cl_PosR_w50_h50 {
    position: relative;
    width: 50px;
    height: 50px
}

.blink {
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    animation-duration: 2s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1.0, 0, 0, 1.0);
    -webkit-animation-duration: 2s
}

@keyframes blinker {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

td {
    text-align: center;
    vertical-align: middle;
    padding: 0
}

tr {
    padding: 0
}

table {
    padding: 0
}

tbody {
    padding: 0
}

body {
    color: white;
    font: 14pt 'Consolas';
    margin: 5px auto 0;
    background-color: black;
    height: 100%;
    width: 100%
}

.mainDiv {
    width: 1024px;
    height: 760px;
    background-color: black;
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.rounded {
    border-radius: 20px
}