/* Critical dispatch:  Table */
#dispatch thead {
  display:table;
  width:100%;
  table-layout:fixed;
  text-align: left;/* even columns width , fix width of table too*/
}

#dispatch tbody>tr {
  display:table;
  width:100%;
  table-layout:fixed;/* even columns width , fix width of table too*/
  text-align: left;
}


@media only screen and (max-height: 767px)
{
  #dispatch .cd-tbody {
    display:block;
    max-height:250px;
    height:250px;
    overflow:auto;
  }

  #dispatch .cw-tbody {
    display:block;
    max-height:300px;
    height:300px;
    overflow:auto;
  }
}

@media only screen and (min-height: 768px)
{
  #dispatch .cd-tbody {
    display:block;
    max-height:425px;
    height:400px;
    overflow:auto;
  }

  #dispatch .cw-tbody {
    display:block;
    max-height:318px;
    height:325px;
    overflow:auto;
  }
}

/*
 Alert Message
 */

.styleSelect
{
	width: 110px;
	margin-left: 200px;
}

.styleSpan
{
	margin-left:188px;
}
