﻿/*//////////Article/////////*/
/*TODO: if these sections get unwieldy, break them out into other files */
#ArticleTitle {
  text-align:center;
  margin-bottom:15px;
}
#ArticleBody{
display:block;
padding-bottom:15px;
}

    /*Issue List page*/
#OverviewListDescriptionSplash{
  margin:10px;
  float:right;
}
#OverviewListDescriptionSplash img{

}
#OverviewListDescriptionSplash h2{
  margin-bottom:10px;
}
#OverviewList>ul{
}
#OverviewList>ul>li{
  list-style:none;
  margin:10px;
}
#OverviewList {
margin-left:40px;

}

