.oneMatch {
    border:1px solid #a3a3a3;
    width:100px;
    height: auto;
    margin-bottom: 10px;
}

.datumMatch {
    color: #999999;
    padding-top:5px;
    border:1px solid #a3a3a3;
    text-align: center;
    background-color: #e1e1e1;
}
.datumMatch:hover {
    color:#118111;
    cursor:pointer
}

.teamOne {
    padding:3px;
    border-bottom:1px solid #a3a3a3;
    border-left:1px solid #a3a3a3;
    border-right:1px solid #a3a3a3;
    background-color: #f1f1f1;    
}

.teamOne:hover {
    background-color: #d8fdd8;
    cursor: pointer;
    font-weight: bold;
    color:black;
}

.ekipa {
    float:left;
    width:420px;
}

.rezultat {
    float:left;
    width:100px;
    text-align: center;
    font-weight: bold;
}

/*PRVA STRAN SPODAJ WINDOW.PHP*/

.windowTitle {
    width:100px;
    float:left;
}

.windowDatum {
    width:70px;
    float:right;
    text-align: right;
}

.windowTeam {
    border-top:1px solid white;
    height:auto;
    text-align: center;
    padding-top:2px;
}

.windowResult {
    height:15px;
    text-align: center;
    padding-top:2px;
    font-weight: bold;
}
