body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 2%;
}

/* Style the tab */
#ribbon table {
    visibility: hidden;
}
.col-sm-12 {
    visibility: hidden;
}
.workphone-tab {
    overflow: hidden;
    background-color: #7cddd5;
    border-radius: 10px;
}

/* Style the buttons that are used to open the tab content */
.workphone-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
    font-size: 15px !important;
}

/* Change background color of buttons on hover */
.workphone-tab button:hover {
    background-color: #57d2c8;
}

/* Create an active/current tablink class */
.workphone-tab button.workphone-tab-active {
    background-color: #35c6b9;
    border: 1px solid floralwhite;
    border-radius: 10px;
}

/* Style the tab content */
.workphone-tab-content {
    display: none;
    border-top: none;
}

/* Style the button that is used to open and close the collapsible content */
.workphone-collapsible-btn {
    background-color: #ffbe81;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 13px !important;
    border-radius: 15px;
}

.workphone-collapsible-btn:after {
    content: "\002B";
    float: right;
    margin-left: 5px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.workphone-collapsible-btn:hover {
    background-color: #feae61;
}
/* Style the collapsible content. Note: hidden by default */
.workphone-collapsible-content {
    padding: 0 20px;
    overflow: hidden;
    background-color: #f9f8fe;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 20px;
    max-height: 0;
    transition: max-height 0.3s ease-out;
}

.workphone-collapsible-active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.workphone-collapsible-active:after {
    content: "\2212";
}

table {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

th {
    padding: 10px;
    text-align: left;
    font-size: 13px !important;
}

td {
    padding: 10px;
    border: none;
    border-collapse: collapse;
    text-align: left;
    font-size: 13px !important;
}

tr.first-row td {
    border-top: 1px solid black !important;
}

h1,
h3 {
    font-size: 15px !important;
}
