/*---- General ----*/
body {
  height: 100%;
  font-family:Verdana,sans-serif;
  font-size:15px;
  line-height:1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  margin: 0;
}

p {
  padding: 10px;
  font-size:20px;
}

h5 {
  font-size:25px;
  font-family:"Segoe UI",Arial,sans-serif;
  font-weight:400;
  margin:10px 0;
}

a {
  background-color:transparent;
}

a:active, a:hover {
  outline-width:0;
}

b, strong {
  font-weight:bolder;
}

/*---- Title attributes ----*/
.title-svg {
  fill: #e62b1e;
  padding: 100px 0px 50px 0px;
  stroke: #000;
  stroke-width: 0.25mm;
}

#ted-path {
  padding-bottom: 63px;
  padding-top: 110px;
  padding-right: 30px;
}

.multiline {
  white-space: pre-wrap;
}

.title{
  padding-top: 100px;
  padding-bottom: 50px;
  font-size:90px;
  color:#fff;
}

.button {
  min-width: 150px;
  padding: 4px 5px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0px 1px 10px 1px black;
}

.button.active {
  background: #000;
  color: #fff;
}

.tooltip {
  position: absolute;
  top: 100px;
  left: 100px;
  border-radius: 5px;
  border: 2px solid #000;
  background: #fff;
  opacity: .8;
  color: black;
  padding: 10px;
  font-size: 18px;
  z-index: 10;
}

.tooltip .name {
  font-weight: bold;
}


.tooltip-text {
  margin: 10px 0;
}

.content {
  height:94vh;
}

/*---  Flex-container utilities for graph and text-part next to the graph ---*/
.flexright {
  display: flex;
  direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.left-content {
  height: inherit;
  overflow-y: hidden;
  width: 1300px;
  flex-grow: 0;
}
.right-content {
  height: inherit;
  overflow-y: auto;
  width: 500px;
  flex-grow: 2;
}
/*--------*/

.main-content {
  width: 900px;
  border-radius:20px;
  padding: 10px;
}

.right-content, .main-content {
  background: rgba(230,230,255,0.7);
}

.main-content {
  margin-left:auto;
  margin-right: auto;
}

.header{
  letter-spacing:4px;
  background-color:#000;
  color:#fff;
  display:inline-block;
  padding-left:8px;
  padding-right:8px;
  text-align:center;
}


.bgimg {
  background-image: url("../images/ted_large.png");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  text-align:center;
}

.menu {
  display: none;
}

.quote {
  display: inline-block;
  color: white;
  background-color: black;
  border-radius: 20px;
  opacity: 0.75;
}

.remark{
  font-size: 10px;
}

.input {
  font-size: 18px;
  margin-top: 5px;
  text-align: left;
}

.label {
  margin-left: 20px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 18px;
}
