/* Copyright 2018 Equinor ASA and The Netherlands Organisation for
Applied Scientific Research TNO.

Licensed under the MIT license.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the conditions stated in the LICENSE file in the project root for
details.

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
*/

.cs_content {
  padding-left: 5px;
  cursor: pointer;
}

.cs_children .cs_content {
  display: none;
}

.cs_children .cs_container {
  margin-left: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
}

.cs_header {
  padding-left: 5px;
}

.cs_code {
  background-color: #eee;
  border: 1px solid #999;
  display: block;
  padding: 20px;
}
