
/*
Release-note page
*/

:root {
  --color-bg: #EEEDEB;
  --color-summary-1: #FFF6EE;
  --color-summary-1-highlight: #FFC48B;
  --color-summary-2: #FAFAFF;
  --color-summary-2-highlight: #B4B3FF;
  --color-summary-3: #FFF0F3;
  --color-summary-3-highlight: #FFB3C0;
  --font-ibm-plex-sans: 'IBM Plex Sans', sans-serif;
  --active-color: #ffffff;
  --unactive-color: #eeeeee;
  --unactive-hover-color: #f89539;
}



summary::marker {
  content: '\f138' ' ';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}

details[open] summary::marker {
  content: '\f13a' ' ';
}

.release {
  padding-top: 10px;
  color: #5f5d5b;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify;
}
.release h3 {
  width: 100%;
  color: #FF7634;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 0.5px solid #FF7634;
  padding: 2px;
  margin-bottom: 15px;
}

.release p {
  font-size: 16px;
  margin-bottom: 3px;
  margin-left: 5px;
  margin-right: 15px;
}

.release-abstract {
  font-size: 0.9em;
  
}

.release code {
  color: #FF7634;
  font-size: 13px;
}

.release details {
  display: flex;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(0, 0, 0, .05);
  border-left: 15px solid gray;
  padding: 5px;
  margin-top: 5px;
  --highlight: var(--color-summary-1-highlight) ;
  background: var(--color-summary-1);
  border-left-color: var(--color-summary-1-highlight);
}

.release summary {
  position:relative;
  display:flex;
  flex-direction:row;
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  marker: none;
}

.next::before {
  opacity: 0;
  transition: opacity 500ms;
  content: "\f13a";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 14px;
}
.release h3:hover .next::before{
  opacity: 1.0;
}

.release details[open] .next::before {
  content: '\f13a' ' ';
  opacity: 1.0;
}
.release table {
  width: 70%;
  margin-top: 12px;
}
.release table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.release table tr:hover {
  background-color: #ddd;
}

.release table th {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 13px;
  text-align: center;
  background-color:rgba(255, 118, 52, 0.6);
}

.release table td {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 13px;
  text-align: center;
}

.release caption{
  font-size: 13px;
  text-align: justify;

}

.release ol li::marker{
  color: #FF7634;
  font-weight: 600;
}

.release ol li{
  padding-top: 12px;
  padding-bottom: 4px;
  font-weight: 600;
  margin-left: 5px;
  margin-right: 15px;
}

.release ul li{
  padding-top: 1px;
  font-weight: 300;
  margin-left: 5px;
  margin-right: 15px;
}

.release ul li::marker{
  color: #FF7634;
}

#btn {
  cursor: pointer;
  font-weight: 800;
}

.release figcaption{
  font-size: 13px;
  padding-left: 5%;
  padding-right: 2%;
}
/*# sourceMappingURL=intogen2.css.map */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");

*:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.pc-tab p {
  margin: 0 0 20px;
  line-height: 1.5;
}

.pc-tab main {
  width: 95%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
}

.pc-tab section {
  display: none;
  padding: 40px 15px 2px;
  border-top: 1px solid #ddd;
  background-color: #fff;
}

.pc-tab input {
  display: none;
}

.pc-tab label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.pc-tab label:before {
  font-weight: normal;
  margin-right: 10px;
}


.pc-tab label:hover {
  color: var(--unactive-hover-color);
  cursor: pointer;
}

.pc-tab input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  .pc-tab label {
    font-size: 0;
  }

  .pc-tab label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .pc-tab label {
    padding: 15px;
  }
}
