.home_container
{
    width : 100%;

    padding : 10px;
}

.home_main
{
    width : 100%;

    flex-direction: column;
}

.home_version_data
{
    width : 80%;

    border : 1px solid #ededed;

    align-items: flex-start;
    flex-direction: column;

    margin-bottom : 10px;
}

.home_version_data_title
{
    width : 100%;

    justify-content: flex-start;
}

.home_version_data_title p
{
    font-size : 18px;

    padding : 10px;
}

.home_version_data_item
{
    width : 100%;

    padding : 10px;

    align-items : flex-start;
    flex-direction : column;
}

.data_line
{
    width : 100%;

    justify-content: flex-start;
}

.data_property
{
    margin-right : 10px;
    text-decoration : underline;
}

.home_routes
{
    width : 100%;

    border : 1px solid #ededed;

    align-items: flex-start;
    flex-direction: column;
}

.home_routes_title
{
    width : 100%;

    justify-content: flex-start;
}

.home_routes_title p
{
    padding : 10px;
}

.home_routes_items
{
    width : 100%;

    align-items: flex-start;
    flex-direction: column;

    padding : 10px;
}

.home_routes_items table
{
    width : 100%;

    margin-top : 20px;
}

.home_routes_items table tr td
{
    padding-left : 5px;
}

.sublist li
{
    margin-left : 50px;
}

.page_title
{
    margin-bottom : 20px;
    text-decoration: underline;
}