﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.ItemList_Standard .SubTitle
{
    background: rgba(0, 0, 0, 0.15) url("../../../Images/background_stripe.png") repeat;
    border: 1px solid #cccccc;
    color: #000000;
    font-size: medium;
    font-weight: bold;
    margin: 5px;
    padding: 9px 9px 7px 14px;
}

div.content_block > a.EditIcon
{
/*float:left;*/
}

table th {
    width: 0;
    white-space: nowrap;
}
table td {
    text-align:  center;
    width: 0;
    white-space: nowrap;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
th {
    width: 0;
    white-space: nowrap;
}
table td {
    text-align:  center;
    width: 0;
    white-space: nowrap;
}
}
