/* For whether the method/function is async or not */
.py-attribute-table-badge{
    margin-right: 5px;
}
  
  
/* the attributes/methods table of a class */
.py-attribute-table-column {
    display:inline-block;
    vertical-align: top;
    padding: 0 16px 2em 16px;
}
  
  
/* div to tell the different overrided operations of a class */
.operations {
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #6ab0de;
    padding: 2em;
    margin: 1em;
}


/* div for the signature of class methods */
.method > dt{
    width: 100%;
    border-left: 4px solid #6ab0de !important;
    margin: 0px 0 30px 0 !important;
    padding: 12px 6px !important;
}
  
.topNav {
    width: 100%;
    height: 50px;
    background-color: black;
    color: white;
    position: relative;
    border-bottom: 5px solid #2980b9;
} 

.contactLink {
    float: right;
    margin: 0 5px;
}

.contactImgLink {
    width: 24px;
    height: 24px;
}

.contactLinkIcon {
    font-size: 24px;
    color: white;
}

.contactLinkIcon:visited {
    color: #6ab0de;
}

.contactLinksContainer {
    position: absolute;
    top: 25%;
    width: 100%;
    padding: 0 20px 0 0;
}

.field-list > dt, .field-list > dd {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}