
@-o-keyframes glow {
    0% {
        -o-box-shadow: 0px 0px 10px 0px #16a085;
    }
    50% {
        -o-box-shadow: 0px 0px 40px 0px #16a085;
    }
    100% {
        -o-box-shadow: 0px 0px 10px 0px #16a085;
    }
}
@-moz-keyframes glow {
    0% {
        -moz-box-shadow: 0px 0px 10px 0px #16a085;
    }
    50% {
        -moz-box-shadow: 0px 0px 40px 0px #16a085;
    }
    100% {
        -moz-box-shadow: 0px 0px 10px 0px #16a085;
    }
}
@-webkit-keyframes glow {
    0% {
        -webkit-box-shadow: 0px 0px 10px 0px #16a085;
    }
    50% {
        -webkit-box-shadow: 0px 0px 40px 0px #16a085;
    }
    100% {
        -webkit-box-shadow: 0px 0px 10px 0px #16a085;
    }
}
@keyframes glow {
    0% {
        box-shadow: 0px 0px 10px 0px #16a085 ;
    }
    50% {
        box-shadow: 0px 0px 40px 0px #16a085 ;
    }
    100% {
        box-shadow: 0px 0px 10px 0px #16a085 ;
    }
}
.wtmt_selectedElement {
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
    -moz-box-shadow: 0px 0px 40px 0px #16a085 ;
    -webkit-box-shadow: 0px 0px 40px 0px #16a085 ;
    -o-box-shadow: 0px 0px 40px 0px #16a085 ;
    box-shadow: 0px 0px 40px 0px #16a085 ;
    -webkit-animation: glow 1500ms infinite ;
    -moz-animation: glow 1500ms infinite ;
    -o-animation: glow 1500ms infinite ;
    animation: glow 1500ms infinite ;
}
.wtmt_notice {
    position: fixed;
    top: 40px;
    right: 40px;
    border-radius: 8px;
    background-color: #ECF0F1;
    color: #34495E;
    font-size: 18px;
    padding: 18px;
    box-shadow: 0px 0px 5px rgba(10,10,10,0.2);
    display: none;
}
.wtmt_notice p {
    margin: 0px;
}
.wtmt_notice a.wtmt_closeBtn {
    position: absolute;
    top: 5px;
    display: block;
    color: #777;
    text-decoration: none;
    font-weight: bold;
    right: 10px;
    font-family: Verdana;
}
.wtmt_notice a.wtmt_btn, .wtmt_notice a.wtmt_btn:hover {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition-delay: 0s, 0s, 0s;
    -webkit-transition-duration: 0.25s, 0.25s, 0.25s;
    -webkit-transition-property: border, color, background-color;
    -webkit-transition-timing-function: linear, linear, linear;
    -webkit-user-select: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(26, 188, 156);
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.25s, 0.25s, 0.25s;
    transition-property: border, color, background-color;
    transition-timing-function: linear, linear, linear;
    vertical-align: middle;
    white-space: normal;
    margin-top: 14px;
}
.wtmt_notice a:hover {
    opacity: 0.7;
}