
html, body {

}

#view {
    padding: 30px;
    width: 400px;
    height: 600px;
    margin: 10px auto;
     background-color: rgba(250, 250, 250, .4);
}

.title {
    font-style: italic;
padding: 15px 0px;
    font-size: 20px;
}
.book {
padding: 5px 5px;
    font-size: 40px;
}

.stanza {
    padding: 10px;
}
.poem {
    margin: 50px;

}
.greeting {
font-style: italic;
color: rgba(250, 50, 120, .8);

}
#passengers {
     position: absolute;
     left: 180px;
     top: 10px;
    width: 140px;
    height: 30px;
     background-color: rgba(250, 250, 250, .4);
}
.drag-helper {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: rgba(50, 50, 50, .4);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, .5);
      
}

.grammar {
    height: 100px;
    overflow: scroll;
}

#threeview {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
}
.stationName {
    font-size: 20px;
    font-weight: bold;
}
.microtext {
    font-size: 10px;
    font-weight: bold;
}


#countryName {
    font-weight: bold;
}


#mottotext {
   font-size: 12px;
     font-style: italic;
}
#station-holder {
    text-align: left;
    position: absolute;
    left: 0px;
    width: 160px;
    height: 90px;
    padding: 5px;
 
}

#title {

}

#galaxykate {
 font-size: 12px;
 color: rgba(250, 50, 120, .8);
}




#station-dir {
    pointer-events: all;
    padding: 3px;
    font-size: 12px;
    opacity: 0;
}

#station-dir:hover {
   
    opacity: .3;
}

#status-holder {
    text-align: right;
    position: absolute;
    right: 0px;
    width: 160px;
    height: 90px;
    padding: 5px;
 
}
#three_overlay {
     z-index: 90;
   
    width: 100%;
    height:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

.thumbnail {
    display: inline-block;
}

.panel {
    z-index: 10;
    position: absolute;
    width: 330px;
    height: 330px;

    border-radius: 5px;
    background-color: hsl(20, 90%, 97%);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

svg {
    width: 128;
    height: 128;
}
.panel-header {
    z-index: 70;
    padding: 4px;
    position: relative;
    
    background-color: hsl(20, 90%, 97%);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.panel-content {
    z-index: 60;
    padding: 4px;
    position: relative;
    flex: 1;
    background-color: hsl(20, 80%, 97%);
}