#cite-modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(113, 113, 116, .75);
    z-index: 1000;
}

#cite-modal-content {
    background-color: white;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    height: 560px;
    left: 50%;
    margin: -120px 0 0 -160px;
    padding: 20px;
    position: relative;
    top: 40%;
    width: 360px;
    z-index: 1000;
    overflow: auto;
    display: block;
}

#cite-modal-content h5 {
    padding-bottom: 10px;
}

#cite-modal-content hr {
    border-color: #DDDDDD;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: -5px;
    height: 2px;
    border-bottom-width: 1px;
    border-image: none;
    border-top-width: 0px;
    border-top-style: solid;
    border-right-width: 0px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-width: 0px;
}

#cite-modal-close {
    cursor: pointer;
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 5px;
}

#cite-modal-copy .copybutton {
    display: none;
    float: left;
    padding: 10px;
    min-width: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}


#cite-modal-copy .copybutton.clicked {
    background-color: #97BA94;
}

#cite-modal-copy .tab {
    overflow: hidden;
}

#cite-modal-copy .tab button {
    color: inherit;
    font-size: 16px;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    min-width: 1px;
    padding: 0px;
    padding-bottom: 2px;
    margin: 5px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
}

#cite-modal-copy .tab button.active {
    border-bottom: 1px solid;
}

#cite-modal-copy .tabcontent {
    display: none;
    border: 1px solid #C2C0C0;
    border-radius: 2px;
    margin-top: 5px;
    resize: none;
    height: 150px;
    overflow: auto;
    margin-bottom: 2px;
    padding: 5px;
    font-family: "Droid Serif", "Georgia", serif;
    font-size: 14px;
}

#cite-modal-buttons {
    line-height: 1.9em;
}

#cite-modal-buttons a {
    font-family: "Source Sans Pro", "Trebuchet MS", "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

#cite-modal-buttons li {
    width: 50%;
}

#cite-modal-managers{
    display: inline-block;
}

#cite-modal-formats {
    display: inline-block;
    float: right;
    padding-right: 55px;
}

#cite-modal-background.active, #cite-modal-content.active, #cite-modal-copy button.active {
    display: block;
}​,

.jpps-badge {
    display: inline-block;
    float: right;
    margin-top: -2.8%;
    position: relative;
}