@import "MatchFormStyleParams.css";

/* Custom types def */
@import "FormBaseTypes.css";

@import "MatchForm.css";

* {
    font-family: Avenir, sans-serif;
}

table {
  border-collapse: separate;
  text-align: left;
}

th {
  text-align: left;
}

/* Colomns */
td {
    /* haut | droit | bas | gauche */
    padding: 2px 15px 2px 0px;
    text-align : left;
}

/* rows */
tr:nth-child(even) {
    background: #39393a;
    /*background-color: #FF0000;*/
    color: #caccd8;
}

tr:nth-child(odd) {
    background: #19181b;
    /*background-color: #000FFF;*/
    color: #caccd8;
}

.CurrentResultsDefaultContainer{
    background-color: #39393a;
}


