﻿#tblMicrosoftTeamsAccountTest th:nth-child(1),
#tblMicrosoftTeamsAccountTest td:nth-child(1) {
    width: 30%;
}

#tblMicrosoftTeamsAccountTest th:nth-child(2),
#tblMicrosoftTeamsAccountTest td:nth-child(2) {
    width: 15%;
}

#tblMicrosoftTeamsAccountTest th:nth-child(3),
#tblMicrosoftTeamsAccountTest td:nth-child(3) {
    width: 15%;
}

#tblMicrosoftTeamsAccountTest th:nth-child(4),
#tblMicrosoftTeamsAccountTest td:nth-child(4) {
    width: 35%;
}

#tblMicrosoftTeamsAccountTest th:nth-child(5),
#tblMicrosoftTeamsAccountTest td:nth-child(5) {
    width: 5%;
}

.microsoft-license-container div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.microsoft-teams-discovery-label{
    font-size:13px;
    margin-right:10px !important;
}

#downloadCertificate{
    cursor:pointer;
    text-decoration:underline;
}

.microsoft-import-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.microsoft-import-selected-file-container{
    padding:5px;
}

.microsoft-import-button-container-button {
    min-width: 200px !important;
}

#microsoftTeamsAccountImportPreviewText,
#microsoftTeamsAccountImportAnalysisText {
    width: 100%;
    height: 250px;
    font-family: 'Courier New';
    resize: none;
    scroll-behavior:auto;
}