@import url(https://fonts.googleapis.com/css?family=Roboto:500|Roboto+Mono:500);body {
	font-family: 'Roboto', sans-serif;
	margin:0;
}

a {
    text-decoration: none;
}

.header {
    margin: 0.5rem;
    display: flex;
    align-items: center;
}

.header__title_wrapper {
    width: 20rem;
}

.header__title {
    font-size: 2rem;
    letter-spacing: 0.1em;
}

.header__subtitle {
    font-size: 0.8rem;
}

.header__countdown {
    flex: 1;
    font-size: 2rem;
    font-family: 'Roboto Mono', monospace;
    text-align: center;
}
.header__details {
    text-align: right;
    width: 20rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header__details_image {
    float: right;
    height: 100%;
    object-fit: contain;
}


.footer {
    text-align: center;
    font-size: 0.8rem;
}

.launch_table {
	width:100%;
    border-collapse: collapse;
    table-layout:fixed;
}

.launch_table th {
	color:#b40000;
	font-weight:normal;
}

.launch_table tr {
	border-top:1px solid #ccc;
}

.launch_table tr.odd {
	background-color: #eee;
}

.launch_table td {
	padding:2px;
}

/** Weird bug in chrome if there is border in 7th child, vertical scrollbar shows with 1px scroll */
.launch_table td:nth-child(1),
.launch_table td:nth-child(2),
.launch_table td:nth-child(3),
.launch_table td:nth-child(4),
.launch_table td:nth-child(5),
.launch_table td:nth-child(6)
{
    border-right:1px solid #ddd;
}

.launch_table .launch_table__row--new_year {
    border-top: 2px solid brown;
}
.launch_table .launch_table__row--new_month {
    border-top: 1px solid black;
}

.overflow_nowrap, td.payload, td.destination {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.agency a, .rocket a {
    font-size: small;
    color: #b40000;
}
.agency a:hover, .rocket a:hover {
    color: blue;
}

.launch_table td.date, .launch_table td.countdown, .selection_count {
    font-family: 'Roboto Mono', monospace;
    font-size: small;
    white-space: nowrap;
}

.icon {
	vertical-align: baseline;
    height: 1em;
}

label.filter {
    cursor: pointer;
    display:block;
    border:1px solid transparent;
    font-family: sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: small;
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
    
}

#filter-header {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

label.filter:hover {
    background-color: lightgray;
}

#filter-header:hover {
    background-color: lightgray;
}

#filter.gray_out_selections label.filter:not(.checked) {
    color: darkgray;
}

#launch_table.gray_out_unselected .unselected {
    color: darkgray;
}
#launch_table.gray_out_unselected .unselected img {
    opacity: 0.5;
}
#launch_table.hide_unselected .unselected {
    display: none !important;
}

td.payload img {
    vertical-align:top; 
    height:1.25em;
}

td.destination img {
    vertical-align:top; 
    height:1.25em;
}

td.map {
    text-align: center;
}

td.map img {
    vertical-align:top; 
    height:1.25em;
}

td.video {
    text-align: center;
}

td.video img {
    vertical-align: top; 
    height: 1.25em;
}

.flag {
    display: inline-block; 
    width: 21px;
}

.datepicker {
    width: 6em;
}

img.flag {
    width: 21px;
    vertical-align: baseline; 
}
.icon-spacer {
    width: 21px;
    display: inline-block; 
}

.multiple_flags {
    display: none;
}

.multiple_flags_hover {
    font-size: smaller;
    text-align: center; 
    display: inline-block; 
    width: 24px;
}

.multiple_flags_hover:hover + div {
    position: absolute;
    display: block;
    background: white;
    border: 1px solid black;
    padding: 3px;
}
.wikipedia_wrapper {
    position: relative;
}

.wikipedia_summary {
    position: absolute;
    left: 0;
    width: 30em;
    background: white;
    border: 1px solid gray;
    z-index: 1;
    display: flex;
    padding: 0.5em;
    box-shadow: 0 0 2px gray;
    
}

.wikipedia_summary__text {
    flex: 1;
    overflow: hidden;
}
.wikipedia_summary__text p {
    margin: 0;
}

.wikipedia_summary__thumbnail_wrapper {
    flex: 1;
    margin-left: 0.5em;
}

.wikipedia_summary__thumbnail {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/*# sourceMappingURL=styles.3bb6fabd.css.map*/