article {
    padding-bottom: 100px;
    min-height: 600px;
}

div.download-button {
    margin-top: 15px;
    margin-bottom: 15px;
}

div.download-info {
    margin-top: 0;
    margin-bottom: 12px;
}

div.product-container {
    margin-bottom: 100px
}

div.dropdown-container {
     margin-top: 30px;
     margin-bottom: 30px
 }

div.feature-notes-container {
    padding: 10px 0
}

.breaking-change-indicator {
    display: inline-flex;
    align-items: baseline;
    font-size: 17px;
}

.breaking-change-indicator i {
    margin-right: 6px;
    line-height: 1;
}

.breaking-change-indicator .breaking-change-text {
    font-size: 1rem;
    font-weight: normal;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

div.release-notes-container {
   font-size: 11pt
}

div.tab-container {
     margin-top: 30px;
     margin-bottom: 30px
}

h5.download-header {
    margin-top: 44px;
}

p.product-links {
    font-size: 0.917rem;
    color: #999
}

pre.install-command {
    text-align: left;
    margin-bottom: 12px;
}

pre.font-small {
    font-size: 81%;
}

pre.top-padding {
    padding-top: 25px;
}

select {
    max-width: 11em;
}
