.gip-fixture > span {
    display: inline-block;
    text-align: center;
    width: 10%;
    margin-top: 6%;
}

.gip-home {
    float: right;
    width: 45%;
    text-align: right;
}

.gip-away {
    float: left;
    width: 45%;
}

.gip-date {
    text-align: center;
    clear: left;
}

.gip-fixture input[type="radio"] {
    display: none;
}

.gip-fixture input[type="radio"]:checked + label { 
  box-shadow: inset 2px 2px 1px #777;
  -moz-box-shadow: inset 2px 2px 1px #777;
  -webkit-box-shadow: inset 2px 2px 1px #777;
    font-weight:bold;
    opacity:1;
}

.gip-fixture {
    border-bottom: 1px solid #aaa;
    margin: 12px 0;
    padding: 12px;
    position:relative;
}
.gip-fixture label {
    border: 1px solid #f2f2f2;
    cursor: pointer;
    padding: 6px;
    font-weight:normal;
    opacity:0.6;
    position:relative;
}
.gip-fixture.locked label, .gip-fixture.closed label {
    cursor: default;
}

.gip-home, .gip-away {
    border: 1px solid #ddd !important
  background: #ECEDEE;
  background: linear-gradient(top,  #F0F2F5,  #EBEBEB);
  background: -ms-linear-gradient(top,  #F0F2F5,  #EBEBEB);
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F2F5), to(#EBEBEB));
  background: -moz-linear-gradient(top,  #F0F2F5,  #EBEBEB);
  box-shadow: 2px 2px 1px #777;
  -moz-box-shadow: 2px 2px 1px #777;
  -webkit-box-shadow: 2px 2px 1px #777;
}
.gip-success {
    color: #00bc00;
    display: block;
    margin-bottom: 8px;
}
.gip-failure {
    color: #cc0000;
    display: block;
    margin-bottom: 8px;
}
.gip-fixture img {
    border: 1px solid #aaa;
    height: auto;
    width: 30%;
    box-shadow: 1px 1px 3px #a3a3a3;
}
.gip-home img {
    margin-left: 8px;
}
.gip-away img {
    margin-right: 8px;
}

.gip-fixture.locked::after {
    content: "LOCKED";
    font-size: 5em;
    left: 21%;
    letter-spacing: 0.2em;
    opacity: 0.25;
    position: absolute;
    text-shadow: 3px 3px 3px #aeaeae;
    top: 35%;
}

.cross::before {
    content:url('/wp-content/plugins/fc-fantasy-picker/cross.png');
    position:absolute;
    top: 50%;
    left:50%;
    margin: -25px 0 0 -27px;
}

.tick::before {
    content:url('/wp-content/plugins/fc-fantasy-picker/tick.png');
    position:absolute;
    top: 50%;
    left:50%;
    margin: -25px 0 0 -32px;
}

table.lb {
    width:100%;
    margin-bottom:12px;
}

table.lb th {
    padding-bottom:6px;
    background-color: rgb(58, 56, 58);
    color: rgb(236, 70, 39);
}

.pos1 {
    width:20%;
}   

.pos2 {
    width:60%;
}   
.highlight {
    background: rgba(236, 70, 39, 0.2);
}
table.lb td {
padding: 0.5em 0.625em;
}
.weeknav {
    position: relative;
    width:100%;
    margin:12px 0;
}
.nextweek {
    position: absolute;
    right: 0;
}
.prevweek {
    position: absolute;
    left: 0;
}
.totals {
    text-align:center;
    display:block;
}


@media screen 
and (min-device-width : 481px) 
and (max-device-width : 1024px)  {
    .gip-fixture .gip-home span, .gip-fixture .gip-away span {font-size:12px;}
    .gip-home img {
        margin-left: 5px;
    }
    .gip-away img {
        margin-right: 5px;
    }
    .gip-fixture.locked::before {
        font-size: 4em;
        left: 16%;
            opacity: 0.35;
            letter-spacing: 0.2em;
            top: 30%;
    }
}

@media screen and (max-device-width: 480px) {
    .gip-fixture label span {display:none;}
    .gip-fixture img {
    border: 1px solid #aaa;
    height: auto;
    width: 95%;
    }
    .gip-home img {
        margin-left: 0px;
    }
    .gip-away img {
        margin-right: 0px;
    }
    .gip-fixture label { text-align:center; }
    .gip-fixture.locked::before {
        font-size: 3em;
        left: 10%;
            opacity: 0.5;
            letter-spacing: 0.2em;
    }
}

.ssel-share a {
    border: 1px solid #555;
    border-radius: 3px;
    color: #222;
    display: inline-block;
    font-size: 1.2em;
    height: 1.5em;
    margin: 13px;
    padding: 9px 15px 36px 30px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.fb-share {
    background: url("icon_facebook.svg") no-repeat scroll 10px center transparent;
}
.tw-share {
    background: url("icon_twitter.svg") no-repeat scroll 10px center transparent;
}
.clear {
    clear:left;
}