﻿@charset "UTF-8";

.mobile-footer, .mobile-page-top {
    display: none;
}

.DocumentSearch-MainContents section .DocumentSearch-Width {
    max-width: calc(10% + 1620px);
    padding-left: calc(5% + 10px);
    padding-right: calc(5% + 10px);
}

.DocumentSearch-Apps {
    padding: 0;
}

.DocumentSearch-Menu {
    width: 385px;
    float: left;
}

.DocumentSearch-List {
    width: calc(100% - 415px);
    max-width: 1156px;
    float: right;
    margin-bottom: 1em;
}

.DocumentSearch-TPO {
    width: 120px;
    float: left;
    text-align: center;
}

.DocumentSearch-Discription {
    /*width: calc(100% - 140px);*/
    width:100%;
    max-width: 1156px;
    /*float: right;*/
    float: left;
}
.PastDocumentSearch-TPO {
    width: 160px;
    float: left;
    text-align: center;
}

.PastDocumentSearch-Discription {
    width: calc(100% - 180px);
    max-width: 1156px;
    float: right;
}
.DocumentSearch-Menu, .DocumentSearch-List {
    display: block !important;
}