/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29.05.2016, 13:01:59
    Author     : andi
*/

div#infobox_tablecontainer {
    margin: 0 auto;
    position: relative;
}

div#infobox {
    left: 0;
    line-height: 0;
    top: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

div#infobox tr {
    height: 20px;
    vertical-align: center;
}

div#infobox th {
    color: white;
    background: #444444;
}

div#infobox td {
    font-weight: 100;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

div#infobox tfoot tr {
    height: 30px;
    text-align: left;
    color: white;
    background-color: #666666;
}

div#infobox a {
    font-weight: 300;
    color: lightgray;
    padding-left: 10px;
}

div#infobox a:first-child {
    padding-left: 0px;
}

div#infobox .soccerbet-infobox-curPage {
    color: white;
}

div#infobox-close {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: -12px;
    background-image: url('close.svg');
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    border-radius: 15px 15px 15px 15px;
}
