﻿@media (min-width:1200px)
{
    .chosen-container-multi{ width:95% !important;}
}
@media (min-width:980px) and (max-width:1199px)
{
    .chosen-container-multi{ width:95% !important;}
}
@media (min-width:768px) and (max-width:979px)
{
    .chosen-container-multi{ width:92% !important;}
}
@media (max-width:767px)
{
    .chosen-container-multi{ width:92% !important;}
}
@media (max-width:480px)
{
    .chosen-container-multi{ width:88% !important;}
}
@media (max-width:320px)
{
    .chosen-container-multi{ width:80% !important;}
}
@media only screen and (min-width : 1px) and (max-width : 980px)
{
}
@media only screen and (min-width : 798px) and (max-width : 980px)
{
}
@media only screen and (min-width : 1px) and (max-width : 768px)
{
}
@media only screen and (min-width : 1px) and (max-width : 479px)
{
}
