/*
Theme Name: Delicate Child
Theme URI:
Description: Child of Delicate
Version: 4.1
Author: Mac McDonald
Author URI:
Template: delicate
*/
@import url("../delicate/style.css");

.letter-group { width: 100%; }
.letter-cell-row { float: left; }
.letter-cell {
   background: #e0e0e0;
   float: left;
   font-weight: bold;
   height: 2em;
   margin-bottom: 8px;
   min-width: 3em;
   padding-top: 8px;
   text-align: center;
}
.row-cells { width: 90%; float: right; }
.title-cell { float: left; overflow: hidden; margin-bottom: 8px; }
.title-cell-1 { width: 98%; }
.title-cell-2 { width: 48%; }
.title-cell-3 { width: 32%; }
.title-cell-4 { width: 23%; }
.continued-from,
.continued-on {
    padding: 0 2em;
}
.clear { clear: both; }

