/**
 * This file is part of Shashin. Please see the Shashin.php file for
 * copyright and license information.
 *
 * @author Michael Toppa
 * @version 2.3.2
 */

.shashin_widget dt {
   float: left;
   clear: left;
   width: 100px;
   text-align: right;
}

.shashin_widget dd {
   padding: 0 0 0.5em 0;
   margin: 0 0 0 110px;
}
 