body {
    font-family: 'Noto Sans', sans-serif;
}

datalist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.justified {
    text-align: justify;
}


ul#file-list {
    padding-left: 20px;
    list-style: none;
}

ul#file-list>li {
    margin-bottom: 10px;
}

ul#file-list>li.zip:before {
    font-family: 'FontAwesome';
    content: '\f1c6';
    margin: 0 5px 0 -15px;
}

ul#file-list-second {
    padding-left: 20px;
    list-style: none;
}

ul#file-list-second>li {
    margin-bottom: 10px;
}

ul#file-list-second>li.zip:before {
    font-family: 'FontAwesome';
    content: '\f1c6';
    margin: 0 5px 0 -15px;
}

/** indicating that this is "work in progress" with a beta ribbon **/
/* div.container:before{
    content: "beta";
    position: fixed;
    width: 80px;
    height: 25px;
    background: #EE8E4A;
    top: 7px;
    left: -20px;
    text-align: center;
    font-size: 13px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    line-height: 27px;
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
  }*/

table#platform-specs{
    vertical-align: top;
    padding: 5px;
}