
.GoalTable {
    border: 1px solid #CCC;
    padding: 4px;
}

.GoalTable th {
    font-weight: normal;
    font-size: 85%;
}

.GoalTable td {
    font-family: "Courier Prime";
    font-size: 85%;
    padding: 0px 4px;
}

.GoalTable tr.RowLabel td {
    padding-top: 12px;
    padding-bottom: 4px;
}

.MapBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.MapBox .MapTabBar {
    flex: 0 0 auto;
    width: 100%;
    min-height: 32px;
    padding: 10px 20px;
    border-bottom: 1px solid #888;
    box-sizing: border-box;
}

.MapBox .ScrollXYContent {
    flex: 1 1 auto;
    width: 100%;
    height: 1px;
}

.RobotSelector input {
    margin-left: 4px;
}

ul.DataList ul.IndexTextList {
    list-style: none;
    padding-left: 0px;
}

ul.IndexTextList li {
    text-indent: 20px hanging;
}

ul.IndexTextList .IndexLabel {
    font-size: 85%;
}

ul.DataList ul.IndexGroupList {
    list-style: none;
    padding-left: 0px;
}

ul.IndexGroupList li.IndexGroupLabel {
    text-indent: 0px;
    font-style: italic;
    font-size: 85%;
}

ul.DataList ul.IndexGroupList ul.IndexTextList {
    padding-left: 20px;
}

.FeeliesPage h2 {
    font-size: 110%;
    font-family: "Libre Baskerville", serif;
}

.FeeliesPage hr {
    border: none;
    height: 2px;
    background-color: #888;
    margin: 40px 20px;
}

.FeeliesPage a {
    color: #00C;
}
.DarkTheme .FeeliesPage a {
    color: #88F;
}

.FeeliesPage .Feelie {
    text-align: center;
}

.FeeliesPage .Feelie img {
    border: 1px solid #CCC;
}

