﻿.tournaments-list ul {
    font-size: medium;
    line-height: normal;
}
.tournaments-list ul ul {
        margin-left: 20px;
    }
#inner ul
{
    list-style-position: inside;
    margin-left:34px;
    list-style-type: none;
    list-style-image: url('../../photos/images/bullet_black.png');
}
.tournaments-list ul {
    font-size: medium;
    line-height: normal;
}
.tournaments-list ul ul {
        margin-left: 20px;
    }
.tournaments-list ul {
    list-style-position: inside;
    margin-left: 34px;
    list-style-type: none;
    list-style-image: url('../../photos/images/bullet_black.png');
}
.activeT, .noactiveT
{
     
    margin: 5px;
    padding: 14px;
   
}
.activeT h1, .noactiveT  h1
{
    border-width: 2px;
    padding: 2px;
    font-size: large;
    font-family: 'trebuchet MS';
    color: #60677D;
    text-align: center;
    margin-bottom: 7px;
    border-bottom-style: solid;
}

.activeT ul a, .noactiveT  ul a
{
    font-size: medium;
    color: #335B97;
    text-decoration: none;
    margin-top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.activeT ul a:hover, .noactiveT  ul a:hover
{
    text-decoration: underline;
}

.tournament-list {
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 20px;
}