@media screen and (min-width: 961px) {
#vue { height: calc(100% - 130px); color:#58595B; }
#vue .flex { overflow-y: auto; }
}

#vue{padding-top:60px}

#vue .sec-head h2 { font-size: 1.5em; font-weight: 500;}

#faq .item { cursor: pointer;  padding:10px; margin-bottom:.5em}

#faq .item summary { color:#58595B;}

#faq .item > details > div { padding-left: 21px; padding-top: .5em; font-style: italic; color:#7E7F7F; 
  font-size:.9em; border-top:1px solid grey; margin-top:.5em}

/* summary::before {
  content: "█";
  font-weight:bold;
  color: #00A9A3
} */

summary:focus {outline: none}

/* #faq .item:nth-child(odd) {background-color:#f4f4f4}
#faq .item:nth-child(even) {background-color:rgba(250, 240,2309, .5)} */

#faq .item{background-color:white; border:1px solid lightblue; border-top:none; border-right:none}
