/**
 * GoUrl Spelling Notifications, 2015 year
 *
 * @link https://gourl.io/php-spelling-notifications.html
 * @version 1.0
 * @license GPLv2
 */

/* start custom */
.gourl_caption {
    font-size: 13px;
    /*opacity: 0.8;*/
}

.gourl-link-wrap {
    float: left;
    margin-right: 6px;
}

/*.gourl-logo:after {*/
/*content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAA6lBMVEXmICv////mICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICvmICumnhVtAAAATXRSTlMAAJ8Z+2aPFVaGFhCTbIEF61m37JKiF/qFjLYlpockuEf5GAP9ao2zy534lQf+IsShw46yuq8U9xKZmqxjZKgbqmgRnAGJiFpbBg1OUvIiNGIAAADiSURBVHhedc3VcsNAFATR8YqMDIntmMLMzMzz/7+Te0taa1UV9+t5aOTmhBzionzBmOoykizsmym1VikLa7RNMlCgbfvchYDaajNsl0fuw6O24yHOm8GjQoCkXYYJPFN6ge11TETVFYEPgYUvzPrmT8RfgXWBDTi1NsEtgSWBRRfO9lA/+A8OifqRwLHAiQtNnjIU+NR5LYXaBcm8wCWlqxSuKZUEcKNya+GO0j0UHqi1iwrFMjVPAXii5vd7vb5PLUAMeGOmd1hAxYUKUsCg48fgdwZwAeg2hsYMG13Awpz+AN2fNyTwjF1eAAAAAElFTkSuQmCC');*/
/*}*/

.gourl-logo svg {
    display: block;
    height: 22px;
    width: 22px;
    fill: #E42029;
}

.gourl-logo.spin {
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}

.gourl_caption .gourl-link {
    text-decoration: none!important;
    border: none!important;
    box-shadow: none!important;
}

.gourl-link:hover {
    text-decoration: none!important;
    border: none!important;
}
/*end custom*/

#splwin {
    background-image:url(../images/gourlspelling3.png);
    position:absolute;
    margin:auto;
    top:0;
    left:0;
    /*z-index:999;*/
    width:100%;
}

* html #splwin {
    background-image:none;
}

#splwin #splwindow {
    position:absolute;
    background:#fff;
    border-radius:10px;
    overflow:auto;
    width:470px;
    height:auto;
    z-index:150;
    padding:4px;
    border:1px solid #ccc;
    -o-box-shadow: 0 0 10px #999;
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0  0 10px #999;
}

#splwin #splframe {
    border:0;
    overflow:auto;
    width:100%;
    height:350px;/*395px;*/
}

* html #splwin #splframe {
    margin-top:7px;
}
