#bodyCell {
    padding: 0px;
}

#sidebarCell {
    padding: 0px;
}

#versionName {
    width: 40%;
}

#packageName {
    padding-bottom: 7px;
}

#description {
    font-size: 14px;
}

a.caveat {
    font-weight: bold;
    color: #CC5500 !important;
    text-transform: uppercase;    
}

span.caveat {
    font-weight: bold;
    color: #CC5500;
    text-transform: uppercase;    
    font-style: italic;
    padding-left: 10px;
}

.sectionHeader {
    background-color: #f7f9fb;
    padding: 15px 10px;    
    margin-bottom: 10px;
}

div.sectionHeader > h2 {
    font-weight: 400 !important;
}

.tableHeader {
    margin: 25px 10px 10px 10px; 
	padding: 4px 10px;    
}

div.tableHeader > h3 {
    font-weight: 400 !important;
}

th {
    font-size: 14px !important;
}

td.Private {
	vertical-align: top !important;
    color: #070 !important;
    font-weight: 600 !important;
}

td.Scheduled {
	vertical-align: top !important;
	color: #070 !important;
	font-weight: 600 !important;
}

td.Completed,
td.Canceled,
td.Postponed {
	vertical-align: top !important;
	color: #999 !important;
}

td.Postponed {
	vertical-align: top !important;
	color: #A90 !important;
    font-weight: 600 !important;
}

td.noSidebarCell {
    padding: 0px;
}

i.sf-icon-right {
    color: #0070d2 !important;
    cursor: pointer;
}

i.sf-icon-down {
    color: #0070d2 !important;
    cursor: pointer;
}

.sf-icon-thanks {
    color: #fff;
    background-color: #E9696E;
}

.sbTable td a {
    color: #0070d2;
}

.sbTitles h1 {
    font-size: 2.4em;
    white-space: nowrap;
    font-weight: normal;
}

/* Popup */
.popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.popup-overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 200px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 18px;
}

.popup .close {
    position: absolute;
    top: 2px;
    right: 10px;
    transition: all 200ms;
    font-size: 34px;
    padding: 4px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .content {
    font-size: 14px;
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.nav {
    display: flex;
    list-style: none;
    padding: 9px;
    margin: 15px;
    flex-wrap: wrap;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

.nav > li.active > a {
    font-weight: bold;
    color: #0070d2;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav > li {
    margin-bottom: -1px;
}

.nav > li > a {
    margin-right: 2px;
    line-height: 15px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #16325c;
    padding: 10px 15px;
}

.tabContent {
    max-height: 700px;
    overflow: auto;
}

.content {
    overflow: auto;
    height: 100%;
}

.descriptionWrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
