#divWrapper
{
  /*
  border-style: solid;
  border-color: green;
  border-width: 1px;
  */

  width: 700px; /* 固定寬度 */
  /* display: -webkit-flex; *//* 可曲伸 */
  /* display: flex; *//* 可曲伸 */
  margin: 0em auto; /* 左右置中 */
}

#divWrapper .GoBackBook
{
  text-align: center;
  font-weight: bold;
  color: #003938;
}

#divContent .toggle
{
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  border: 1.5px solid #959595;
  border-radius: 20px;
}

#divContent
{
  margin: 0em auto;
  padding-top: 10px;
  padding-left: 10em;
  width: 680px; /* 固定寬度 */
}

#divContent .pm
{
  width: 16.3em;
}

#divContent .pm2
{
  width: 16.3em;
}
/*
#divContent .content
{
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
}
*/
#divContent .classLeftColumn
{
  float: left;
  padding-left: 10px;
  padding-bottom: 0.3em;
  width: 200px;
}

#divContent .classRightColumn
{
  float: right;
  padding-right: 175px;
  padding-bottom: 0.3em;
  width: 200px;
}
/*
#divContent .classBlock
{
  padding: 10px;
  padding-bottom: 0em;
  width: 200px;
}
*/
#divGoBack
{
  float: right;
  margin-top: -3em;
}
