.imgborder
{
    border-image: none;
}
.imgcenter 
{ 
  width:100%; 
  -webkit-box-sizing:border-box;
  box-sizing:border-box;

}

.imgright 
{
    margin:20px; 
    float:right; 
    margin-right:0px; 
    display: inline !important; 
}


.imgleft 
{
    margin:20px; 
    float:left; 
    margin-left:0px; 
    display: inline !important; 
}

@media only screen and (min-width: 600px)  
{
    .maxw320
    {
        max-width:320px;
    }
    
    .maxw240
    {
        max-width:240px;
    }    
}

