div#container {
  min-width : 0;
}

div#contents {
  min-width : 0;
}
#wikibody.box {
  min-width : 500px;
  //max-width : 100%;
  //font-size      : medium; 
}

/*
#contents{
	margin-left: 214px;
	min-width: 800px;
}
#menubar{
	width: 210px;
}
*/
#menubar{
	width: 170px;
}



body {
// margin-left : 8px;
//  font-size : 100%;
//  font-size : medium;
}

h2 {
 border-bottom :  solid 1px gray;
  margin-left : 0px;
}
h3, h4, h5 {
 //border-bottom :  none 1px none;
  margin-left : 0px;
}

h5::before {
//  font-size: x-small;
//  content: '▷';
  content: '▹';
 }

h4::before {
// font-size: x-small;
//  content: '►';
  content: '▸';
// margin-left : 6px;
}

rt {
  //font-size : 0.5em;
  font-size : xx-small;
}

input[type=radio] {
  margin-top: 20px;
}