
.card_container
{
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: center;
}

.card
{
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 200px;
  height: 100px;
  border-style: solid;
  border-width: 1px;
  margin: 20px;
  font-size: 12pt;
  cursor: pointer;
}

.line_container
{
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-color: #c2ccde;
}

.line
{
  border-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-color: #c2ccde;
  color: #003e67;
  cursor: pointer;
}

.line_nohover
{
  border-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-color: #c2ccde;
  color: #003e67;
}

.line:hover
{
  background-color: #eaeaea;
}

.item
{
  padding: 10px;
  border-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-color: #c2ccde;
  background-color: #eaeaea;
}

.point
{
  padding: 10px;
  border-style: solid;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-color: #c2ccde;
  background-color: #ffffff;
}

.folder A, .item A, .point A {
  text-decoration: none;
  color: #003e67;
}

.folder A:hover, .item A:hover, .point A:hover {
  text-decoration: underline;
}

.list_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 20px;
  background-color: #003e67;
  border-style: solid;
  border-radius: 5px;
  border-color: #003e67;
  border-width: 1px;
  margin-left: 60px;
  color: #ffffff;
}

.button_right {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  height: 35px;
}
