/* shell.css (AFMO_SHELL_V1)
   App chrome layout (NOT for artist pages by default).
*/

body.t-shell main{
  max-width:900px;
  margin:0 auto;
  padding:18px 14px 48px;
}


/* AFMO_TRANSCLUSION_CSS_V1 */
.transclusion{
  border: 1px dashed rgba(128,128,128,.45);
  padding: 10px;
  margin: 12px 0;
}
.transclusion-meta{
  font-size: 12px;
  opacity: .75;
  margin-bottom: 8px;
}
.transclusion-missing{ border-style: dotted; opacity: .85; }
.transclusion-cycle{ border-style: solid; opacity: .85; }
