.panel {
    background: #F6F6F6;
    position: relative;
    margin-bottom: 30px;
}
.panel {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fcfcfc;
    border: 0;
    -moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
    box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}
.panel-primary {
    border: 1px solid #C4C6C8;
}
.panel-header {
    background: #ededee;
    border-bottom: solid 1px #c4c6c8;
    /*width: 100%;*/
    height: 100%;
    padding: 15px 30px;
}
.panel-body {
    padding: 30px 30px;
}

.col-lg-4 {
    width: 33.03333333%;
    display: inline-block;
}
.col-md-4 {
    width: 32.63333333%;
    display: inline-block;
}
@media only screen and (max-width: 992px) {
    .col-md-12 {
        width: 100%;
    }
}
@media only screen and (max-width: 1350px ) and (min-width: 1195px) {
    .milestones.col-lg-4 {
        width: 32.2%;
    }
    .milestones>div.milestone-icons>.col-md-4 {
        width: 30.4%;
    }
}
@media only screen and (max-width: 1195px) {
    .author-info .col-md-6 {
        width: 48.99888%;
    }
    .author-info .col-md-12 {
        width: 100%;
    }
    .milestones>div.milestone-icons>.col-md-4 {
        width: 30.4%;
    }
}
@media only screen and (max-width: 560px) {
    .milestones>div.milestone-icons>.col-md-4 {
        width: 46.18%;
    }
}
@media only screen and (max-width: 700px) {
    .table-responsive {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    border-color: #C4C6C8;
    padding: 10px;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    text-align: left;
}

.table tbody > tr > * {
    padding: 20px 10px 20px 10px;
}

.wrap .panel-header h2 {
    margin: 0;
}

/* blog result summary/ numbered list */

.blog-result-summary ul {
    padding-left: 0;
}
.blog-result-summary li {
    display: flex;
    line-height: 35px;
    font-size: 14px;
}
.blog-result-summary li .result-label {
    order: 1;
}
.blog-result-summary li .value {
    order: 3;
}
.blog-result-summary li.noline:after {
    content: none;
    border-top: none;
}
.blog-result-summary li::after {
    content: "";
    border-top: 1px solid #ddd;
    flex-grow: 1;
    order: 2;
    margin-top: 18px;
    margin-left: 8px;
    margin-right: 8px;
}
.numbered-list {
    padding-right: 40px;
}
@media only screen and (max-width: 1195px) {
    .numbered-list.padd-right-sm {
        padding-right: 10px;
    }
}

.numbered-list li.colour-green {
    color: #55AD77;
}
.numbered-list li.colour-missing {
    color: #E38C81;
}

.toplink {
    background-color: #333;
    background-color: rgba(0,0,0,0.1);
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    padding: 6px 7px 8px 7px;
    border-radius: 4px;
    color: inherit;
    opacity: 0.5;
}
.toplink:hover {
    background-color: #ddd;
    opacity: 1;
}
.main .content {
    min-height: 710px;
}
.main .content .panel-header h2 {
    margin: 0;
}
.numbered-list ul li {
    line-height: 27px;
}
#leaderboard-table, .author-table {
    border-bottom: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#leaderboard-table {
    cursor: pointer;
}
.milestone-icons {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.milestone-icons svg, .milestone-icons img {
    width: 120px;
    height: 120px;
}
.pzi-ribbon-3 {
    font-size: 38px;
    margin-right: -10px;
    margin-left: -5px;
    vertical-align: middle;
}

.author-info .panel-header:nth-child(1) {
    padding: 0px 30px;
}
.author-info .panel-header:nth-child(1) h2 span {
    padding: 15px 0;
    color: inherit;
    display: inline-block;
}
.author-info .panel-header:nth-child(1) h2 span:nth-child(1) {
    border-right: 1px solid #ddd;
    padding-right: 25px;
    margin-right: 25px;
}

@media only screen and (max-width: 415px) {
    .author-info .panel-header:nth-child(1) h2 span:nth-child(1) {
        display: none;
    }
    .author-info .panel-header h2 .badge {
        display: inline-block;
        font-style: normal;
        margin-right: 5px;
        margin-bottom: 2px;
    }
}
@media only screen and (min-width: 416px) {
    .author-info .panel-header h2 .badge {
        display: none;
    }
}

@media only screen and (max-width: 1330px){
    .milestone-icons {
        max-width: 570px;
    }
    .milestone-icons img, .milestone-icons svg {
        width: 100%;
        max-width: 120px;
        height: inherit;
    }
    .author-info .milestones {
        padding-left: 5px;
        padding-right: 5px;
    }
    .milestone-icons .col-xs-4 {
        padding-left: 2px;
        padding-right: 2px;
    }
}
@media only screen and (max-width: 530px){
    .milestone-icons img, .milestone-icons svg {
        max-width: 105px;
    }
}
@media only screen and (max-width: 480px){
    .milestone-icons .col-xs-4 {
        width: 50%;
    }
}
/* awards */
#awards {
    background: -moz-linear-gradient(top, #35857D 0%, #1f615b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #35857D 0%,#1f615b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #35857D 0%,#1f615b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35857D', endColorstr='#1f615b',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border: 1px solid #393939;
    border-radius: 0;
    text-align: center;
}
#awards .panel-header {
    background: none;
    border: none;
    padding-top: 0;
}
#awards .panel-header h2 {
    background: #393939;
    display: inline-block;
    font-family: 'RobotoLight', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
    padding: 30px 35px;
    color: #fff;
    margin: 0;
    font-size: 24px;
}
#awards .panel-header h2 span {
    color: #fff;
    font-size: 14px;
}
@media only screen and (max-width: 405px) {
    #awards .panel-header {
        padding: 0 0 15px 0;
    }
    #awards .panel-header h2 {
        display: block;
    }
}
.panel-awards {
    padding: 0 0 20px 0;
}
.col-awards {
    padding: 0;
}
.col-awards img {
    width: 99%;
    max-width: 300px;
}
@media only screen and (max-width: 1020px) {
    .col-awards img {
        max-width: 280px;
    }
}
@media only screen and (max-width: 490px) {
    .col-awards.col-sm-4 {
        width: 95%;
    }
    .col-awards img {
        max-width: 220px;
    }
}
/* tool tips */
.milestone-hover{
    cursor: pointer;
}
/* tooltip default (up) style override */
.tooltip>.tooltip-inner{
    background-color: #fff;
    color: #000;
    border: solid 1px #35857D;
    font-size: 14px;
    line-height: normal;
    padding: 6px 8px;
    max-width: 230px;
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}
.tooltip {
    opacity:1 !important;
}
.tooltip>.tooltip-arrow:before{
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 10px solid #FFFFFF !important;
    position: absolute !important;
    top: -12px !important;
    left: -10px !important;
    right: 0 !important;
    margin: 0 auto !important;
}
.tooltip>.tooltip-arrow{
    width: 0 !important;
    height: 0 !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 10px solid #35857D !important;
    border-bottom: 0px solid transparent !important;
    position: absolute !important;
    bottom: -4px !important;
    top: initial !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
}
/* tooltip bottom style override */
.tooltip.bottom {
    margin-top: 12px !important;
}
.tooltip.bottom>.tooltip-arrow:before{
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid #FFFFFF !important;
    top: -8px !important;
}
.tooltip.bottom>.tooltip-arrow{
    top: -4px !important;
    border-bottom: 10px solid #35857D !important;
    border-top: 0px solid transparent !important;
}

.tooltip.fade.in {
    opacity: 1 !important;
}
.tooltip-inner {
    background: #fff;
    color: #000;
    border: 1px solid #35857D;
    -webkit-box-shadow: 0px 0px 8px -1px rgba(53,133,125,0.65);
    -moz-box-shadow: 0px 0px 8px -1px rgba(53,133,125,0.65);
    box-shadow: 0px 0px 8px -1px rgba(53,133,125,0.65);
    min-width: 192px;
    padding: 10px 4px;
}
.tooltip-arrow {
    border-top-color: #35857D !important;
}
.panel-awards .tooltip-inner {
    border-color: #393939;
}
.panel-awards .tooltip-arrow {
    border-top-color: #393939 !important;
}
.panel-awards .tooltip {
    font-size: 14px;
}
@media only screen and (min-width: 490px) {
    .panel-awards .tooltip {
        top: 55px !important;
    }
}


#second-row {
    padding: 15px 20px;
}
