﻿#wesYear
{
    width:100%;
}
.tab_meeting
{
    width:780px;
    border:1px solid black;
    margin:10px 10px 10px 10px;
    
}
table tr td
{
    border:1px solid black;
    line-height:1;
}
table  tr td:first-child
{
    text-align:center;
    width:200px;
}

table  tr td:last-child
{
    padding-left:2px;
    padding-right:2px;
}
table tr:first-child{
    height:21px;
}

#wesYear_chzn{
    width:100% !important;
   
}
.chzn-search input
{
    width:100%!important;
}
.txtMeeting
{
    width:100%;
    /*height:19px;*/
}

@media (max-width:768px) {

    .tab_meeting {
        width: 100%;
        margin: 0px;
        margin-top: 1px;
    }

    table tr td:first-child {
        text-align: center;
        width: 40%;
    }

    .tbMeeting {
        width: 100% !important;
    }
}
