:root{    
	--cassiopeia-color-primary: #ffffff;
    --cassiopeia-color-hover: #ffffff;}
.mod-menu.mod-list.nav {
  color: #444455;
  font-weight: 500;
  font-size: 25px;
}
body{
  color:#444455;
}
.grid-child.container-nav{
	margin-left: auto;
    margin-right: auto;
    padding-left: 25%;
    padding-right: 15.5%;
    border-style: solid;
    border-right: 0;
    border-left: 0;
    border-color: #AAAAAA;
    max-width: 100%;
    border-bottom: 0;
    border-top: 1px solid #ddd;
    box-shadow: 0px 2px 5px rgba(0,0,0,.1);
}
.grid-child.container-sidebar-left{
  	padding-right:48px;
}
a.brand-logo>img{
  	max-height:200px;  
	height: 100%;
}
.intro_image{
  width: 225px !important;
  height: 225px !important;
  float: left;
}
.td-style>img{
  width: 225px !important;
  height: 225px !important;
  float: left;
}
.td-style{
  width: 25%;
  text-align: left; 
  vertical-align: top;
  padding-bottom: 10px;
}
.td-text{
  margin-top: 10px;
  vertical-align: top; 
  text-align: justify;
}
.bloglayout>div>div>div>h2{
  color:#444455;
  font-size: 1.25rem;
}
.summary_style{
  background-color: rgba(55,55,55,0.1);
  color:#444455;
  font-size: 1.25rem;
  padding-bottom: 5px;
  padding-top: 5px;
}
.summary_style::marker{
  color:#e40422;
  font-size: 1.25rem;
}
.details_style{
  margin-top: 20px;
}
.table_style{
  width: 100% !important;
  float: left !important;
  border: none !important;
}
.table_style_customized>tbody>tr>td{
  background-color: #eaeaea !important;
  width:75% !important;
  border-color: white !important;
  border-width: 2px !important;
}
.table_style>tbody>tr>td{
  background-color: #eaeaea !important;
  border-color: white !important;
  border-width: 2px !important;
}
.table_style>tbody>tr>th{
  background-color: #cccccc !important;
  font-size: 1.25rem !important;
  border-color: white !important;
  border-width: 2px !important;
}
.w_25_75>tbody>tr>td:nth-child(odd){
  width:25% !important;
}
.w_50_50>tbody>tr>td:nth-child(odd){
  width:75% !important;
}
.w_75_25>tbody>tr>td:nth-child(odd){
  width:75% !important;
}
.w_34_66>tbody>tr>td:nth-child(odd){
  width:34% !important;
}
.w_66_34>tbody>tr>td:nth-child(odd){
  width:66% !important;
}
a{
  text-decoration-line: underline;
}
a:hover{
  color: #e40422;
  
}
.menu{
  list-style-type: disc; 
  list-style-position: inside; 
}
.menu>li>a{
  color:#444455;
  text-decoration-line: underline;
  font-size: 20px;
}
.menu>li>a:hover {
  color: var(--cassiopeia-color-link);
}
.menu>li::marker {
  	color: #e40422;
}

.m_start_menu{
  display: ruby-text;
}

.m_start_menu > figure{
  display: grid !important;
  width: 245px;
  padding-right: 20px;
  height: 280px;
  float: left;
  padding-bottom: 20px;
}

.m_start_menu > figure > figcaption{
  margin-top: 8px;
  margin-bottom: 12px;
  font-family: var(--cassiopeia-font-family-headings, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
  font-weight: var(--cassiopeia-font-weight-headings, 700);
  font-size: 1.25rem;
  color: #444455;
  display: block;
  line-height: 1.2;
  width: inherit;
}

.m_start_menu> figure > a  > img{
  display: block;
}

.card-body:has(ol.mod-breadcrumbs){
  padding: 0 !important;
}
.main-top:has(.card-body):has(ol.mod-breadcrumbs){
  border: 0 !important;
}