/* Tickets Table */
#tickets_table {
font-size:8pt;
width:550px;
margin: auto;
margin-top:10px;
}

#tickets_table tr {
border-bottom:1px solid black;
}

#tickets_table td {
text-align: left;
}

#tickets_table .tb_bold {
font-weight:bold;
background: #B1C5DE;
font-size:10pt;
}

#mtfs {
border:0;
width:120px;
float:right;
margin: 20px;
}

#links_list li {
margin-bottom:8px;
}

#links_list a {
font-weight:bold;
}

div#pnm{
    float:left;
    border: 2px solid #ccc;
    background-color: #f2f2f2;
    margin-left:30px;
    color: #959595;
    font-size:10pt;
    width:150px;
    height:75px;
    margin-top:25px;
    margin-bottom:25px;
}

div#pnm img {
    margin:10px;
    border: 0;
}

#tickets{
    float:left;
    border: 2px solid #ccc;
    background-color: #f2f2f2;
    margin-left:30px;
    color: #959595;
    font-size:10pt;
    width:150px;
    height:75px;
    margin-top:25px;
    margin-bottom:25px;
}

#tickets img {
    margin:10px;
    border: 0;
}

