﻿#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;
}