.hide{
display: none;
}

.show{
display: block;
}

.mfullwidth{
    width: 185px;
}

.mpartwidth{
    width: 161px;
    overflow: visible;
}
