/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .pi-pccdt-location-container{
     margin-top:10px;
 }

 .pi-pccdt-each-location{
     padding:3px 15px;
     display: inline;
     background-color:#f00;
     color:#fff;
     border-radius:4px;
     margin-bottom:10px;
     margin-right:10px;
     font-size:12px;
 }

 .pi-pccdt-location{
     font-style:italic;
     display:block;
     margin-top:10px;
 }