/* science.html */
span#prevBtn {
    left: 650px;
    top: 180px;
}

span#nextBtn {
    left: 685px;
    top: 180px;
}

span#prevBtn, span#nextBtn {
    position: absolute;
    z-index: 10;
}

#slider {
    height: 245px;
}

#sliderWrap {
    position: relative;
}

.search-pubs {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 1px 1px #eee;
    border-radius: 5px;
    padding: 0 0 10px;
    margin-top: 20px;
    background: #f9f9f9;
    background: #fcfcfc;
 /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eeeeee));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#eeeeee 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#eeeeee 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#eeeeee 100%);
 /* IE10+ */
    background: linear-gradient(top, #fcfcfc 0%,#eeeeee 100%);
 /* W3C */
    ;
}

.search-pubs h3 {
    background: #f0f0f0;
    border: 10px 10px 0 0;
    border-top: 0;
    border-bottom-color: #e9e9e9;
    margin: 0;
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
}

.icons {
    padding: 0 !important;
    border-top: 1px solid #fff;
    margin-top: 0;
}

.icons > li {
    float: left;
    font-size: 10px;
    font-weight: bold;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    width: 119px;
    border-right: 1px solid #fff;
    margin-top: 10px;
}

.icons > li + li {
    border-left: 1px solid #e9e9e9;
}

.icons a {
    color: #666 !important;
    text-decoration: none;
}
/* science.html */

/* science/data_library.html */
.filter > select {
    margin-left: 5px;
}

.science + p {
    border: none;
    padding-top: 0;
    margin-top: 0;
}

tr > td:first-child {
    white-space: nowrap;
}

/* science/data_library.html */


/* education/genetic_analysis.html */
.toggleParent {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}

.toggleChild {
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-left: 15px;
}

.toggleParent, .toggleTabbedParent {
    color: #328ed1;
    cursor: pointer;
}
/* education/genetic_analysis.html */


/* science/featured_researchers.html */ 
.featured-researches-div .researcherCol {
    width: 345px;
    float: left;
}

.featured-researches-div .marginRight {
    margin-right: 30px;
}

.featured-researches-div .researcherWrapper {
    width: 345px;
    height: 101px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    float: left;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 30px;
}

.featured-researches-div .researcherWrapper:hover .quote {
    display: block;
}

.featured-researches-div .researcherWrapper:hover .quoteBtn {
    display: none;
}

.featured-researches-div .photo {
    width: 100px;
    height: 100px;
    float: left;
    display: block;
    margin-right: 15px;
    position: relative;
}

.featured-researches-div .info {
    font-size: 11px;
    color: #666;
    float: left;
    width: 230px;
    font-style: italic;
}

.featured-researches-div .info span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    font-style: normal;
}

.featured-researches-div .quote {
    background: #eaeaea;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #666;
    padding: 0 15px 20px;
    position: relative;
    font-size: 12px;
    line-height: 18px;
    margin-top: 16px;
    display: none;
}

.featured-researches-div .cta {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 1px #999;
    text-shadow: 0 -1px 0 #74A2D0;
    text-align: center;
    background: #7CA8D4;
    background: -moz-linear-gradient(top, #91B5D9 0%, #7CA8D4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91B5D9), color-stop(100%, #7CA8D4));
    background: -webkit-linear-gradient(top, #91B5D9 0%, #7CA8D4 100%);
    background: -o-linear-gradient(top, #91B5D9 0%, #7CA8D4 100%);
    background: -ms-linear-gradient(top, #91B5D9 0%, #7CA8D4 100%);
    background: linear-gradient(top, #91B5D9 0%, #7CA8D4 100%);
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    bottom: -7px;
    left: 36%;
    padding: 1px 10px;
}

.featured-researches-div .quote:hover .cta {
    background: #91B5D9;
    background: -moz-linear-gradient(top, #7CA8D4 0%, #91B5D9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7CA8D4), color-stop(100%, #91B5D9));
    background: -webkit-linear-gradient(top, #7CA8D4 0%, #91B5D9 100%);
    background: -o-linear-gradient(top, #7CA8D4 0%, #91B5D9 100%);
    background: -ms-linear-gradient(top, #7CA8D4 0%, #91B5D9 100%);
    background: linear-gradient(top, #7CA8D4 0%, #91B5D9 100%);
}

.featured-researches-div .triangle {
    background: url(../../../content/dam/illumina-marketing/images/science/triangle.gif) no-repeat;
    position: relative;
    top: -16px;
    left: 24px;
    width: 20px;
    height: 16px;
}

.featured-researches-div .quoteBtn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 1px #999;
    text-shadow: 0 -1px 0 #74A2D0;
    text-align: center;
    background: #7CA8D4;
    background: -moz-linear-gradient(top, #91B5D9 0%, #7CA8D4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91B5D9), color-stop(100%, #7CA8D4));
    background: -webkit-linear-gradient(top, #91B5D9 0%, #7CA8D4 100%);
    background: -o-linear-gradient(top, #91B5D9 0%, #7CA8D4 100%);
    background: -ms-linear-gradient(top, #91B5D9 0%, #7CA8D4 100%);
    background: linear-gradient(top, #91B5D9 0%, #7CA8D4 100%);
    text-align: center;
    width: 28px;
    height: 20px;
    padding-top: 7px;
    position: absolute;
    right: -6px;
    bottom: -3px;
}

.featured-researches-div .filter {
    margin-bottom: 20px;
}
/* science/featured_researchers.html */


/* science/icommunity.html */
.icommunity-div h3 {
    margin-top: 0;
}
/* science/icommunity.html */


/* science/icommunity_archive.html */
.icommunity-archive-div {
}

.icommunity-archive-div .intro {
    float: left;
    font-size: 0.9em;
    padding: 20px 20px 10px 0;
    width: 660px;
}

.icommunity-archive-div #filter {
    clear: both;
    padding: 40px 0 30px;
}

.icommunity-archive-div #filter form fieldset {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff #fff #ffb441;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    padding-bottom: 10px;
}

.icommunity-archive-div #filter form select {
    border: 1px solid #ccc;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.icommunity-archive-div #results table {
    border-collapse: collapse;
    width: 100%;
}

.icommunity-archive-div #results table thead {
    font-weight: bold;
}

.icommunity-archive-div #results table tr {
    vertical-align: top;
}

.icommunity-archive-div #results table tr td {
    border-bottom: 1px solid #efefef;
    padding: 1px 20px 10px 0;
}

.icommunity-archive-div #results table tr {
    vertical-align: top;
}

.icommunity-archive-div #results table tr td {
    border-bottom: 1px solid #efefef;
    padding: 1px 20px 10px 0;
}

.icommunity-archive-div #results table tr td a {
    display: inline-block;
    font-weight: bold;
    padding: 0 0 0 18px;
}
.icommunity-archive-div table {
    margin-top: 0;
}
/* science/icommunity_archive.html */


/* science/publication.html */
.publication-div #hero.Pubs li span.HeroCopy h2 {
    font-size: 15px;
    margin: 0;
    padding: 0 0 5px;
}

.publication-div #innerContentWrapper {
    padding: 0;
    width: auto;
}

.publication-div .mainContent h3 {
    border: none;
    margin: 0 !important;
    padding: 0 0 5px !important;
}

.publication-div .mainContent #hero p {
    line-height: 1.2em;
}
/*
.publication-div div.PubAutoWrap div.story:first-child {
    padding: 0 0 20px !important;
}

.publication-div div.PubAutoWrap div.story {
    padding: 20px 0 !important;
    width: 700px;
}
*/
.publication-div .researchers-study {
    margin: 5px 20px 0 0;
}

.publication-div span#prevBtn {
    left: 620px;
    top: 235px;
}

.publication-div span#nextBtn {
    left: 650px;
    top: 235px;
}

.publication-div .fp_left {
    float: left;
}

.publication-div .fp_main {
    width: 730px;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.publication-div .fp_small {
    width: 170px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
}

.publication-div #feature_0 {
    opacity: 1;
}

.publication-div .fp_main, .publication-div .fp_small {
    border: 1px #ccc solid;
}

.publication-div .fp_small:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .15);
}

.publication-div .fp_small:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.publication-div .fp_mainPhoto {
    width: 305px;
    height: 263px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.publication-div .fp_mainPhoto a {
    display: block;
    width: 305px;
    height: 263px;
}

.publication-div .fp_mainCopy {
    padding: 15px;
    background: #ffffff;
    width: 395px;
    height: 233px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*
.publication-div .fp_mainCopy, .publication-div .fp_smallCopy {
    background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}
*/
.publication-div .fp_mainCopy > strong, .publication-div .fp_mainCopy > b {
    color: #ffb441;
    font-size: 15px;
    padding-bottom: 7px;
    display: block;
}

.publication-div .fp_mainCopy > span {
    display: block;
    line-height: 16px;
    margin-bottom: 5px;
}

.publication-div .fp_smallPhoto {
    width: 170px;
    height: 88px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.publication-div .fp_smallCopy {
    padding: 5px 10px;
    width: 150px;
    height: 78px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.publication-div #feature_main_0_photo, .publication-div #feature_0_photo {
    background: url(../../../content/dam/illumina-marketing/images/publications/_v2/fp_0_lrg.jpg) center no-repeat;
    background-size: cover;
}

.publication-div #feature_main_1_photo, .publication-div #feature_1_photo {
    background: url(../../../content/dam/illumina-marketing/images/publications/_v2/fp_1_lrg.jpg) center no-repeat;
    background-size: cover;
}

.publication-div #feature_main_2_photo, .publication-div #feature_2_photo {
    background: url(../../../content/dam/illumina-marketing/images/publications/_v2/fp_2_lrg.jpg) center no-repeat;
    background-size: cover;
}

.publication-div #feature_main_3_photo, .publication-div #feature_3_photo {
    background: url(../../../content/dam/illumina-marketing/images/publications/_v2/fp_3_lrg.jpg) center no-repeat;
    background-size: cover;
}

.publication-div #heroWrapper2 {
    width: 730px;
    margin-bottom: 25px;
}

.publication-div #feature_main_1, .publication-div #feature_main_2, .publication-div #feature_main_3 {
    display: none;
}

.publication-div #feature_0 {
    opacity: 0.5;
}

.publication-div .selectedPub {
    cursor: default;
}

.publication-div .tab-selected {
    font-weight: bold;
    cursor: default !important;
    color: #666 !important;
    background: none !important;
}

.publication-div .page-tab {
    cursor: pointer;
    color: #7CA8D4;
    margin-right: 5px;
    padding: 5px 15px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: inline;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 );
}

.publication-div .page-tab-row {
    margin: 20px 0 0 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.publication-div .pubReview {
    display: none;
}

.publication-div .addthis_toolbox {
    width: auto !important;
    float: none !important;
}
.publication-div h3 {
    border: medium none;
    margin: 0 !important;
    padding: 0 0 5px !important;
}
.publication-div .fp_mainCopy > strong, .publication-div .fp_mainCopy > b {
    color: #ffb441;
    display: block;
    font-size: 15px;
    padding-bottom: 7px;
}

.publication-div .fp_mainCopy > span {
    display: block;
    line-height: 16px;
    margin-bottom: 5px;
}
/* science/publication.html */

.publish-review .fp_left {float:left;}
.publish-review .fp_main {width:730px; margin-bottom:15px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.publish-review .fp_small {width:170px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; cursor:pointer; margin:0 5px;}
.publish-review #feature_0 {opacity:1;}
.publish-review .fp_main,
.publish-review .fp_small {border:1px #ccc solid;}
.publish-review .fp_small:hover {-webkit-box-shadow:0px 0px 5px 1px rgba(0, 0, 0, .15); box-shadow:0px 0px 5px 1px rgba(0, 0, 0, .15);}
.publish-review .fp_small:active {-webkit-box-shadow: none; box-shadow: none;}
.publish-review .fp_mainPhoto {width:305px; height:263px; -webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px;}
.publish-review .fp_mainPhoto a {display:block; width:305px; height:263px;}
.publish-review .fp_mainCopy {padding:15px; background: #ffffff; width: 395px; height: 233px; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
/*
.publish-review .fp_mainCopy,
.publish-review .fp_smallCopy {background: -moz-linear-gradient(top,#ffffff 0%, #f7f7f7 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); background: -webkit-linear-gradient(top,#ffffff 0%,#f7f7f7 100%); background: -o-linear-gradient(top,#ffffff 0%,#f7f7f7 100%); background: -ms-linear-gradient(top,#ffffff 0%,#f7f7f7 100%); background: linear-gradient(to bottom,#ffffff 0%,#f7f7f7 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );}
*/
.publish-review .fp_mainCopy > b {color:#ffb441; font-size:15px; padding-bottom: 7px; display: block;}
.publish-review .fp_mainCopy h3 {border:0; margin:0 !important; padding:0 0 5px !important;}
.publish-review .fp_mainCopy > span {display:block; line-height:16px; margin-bottom:5px;}
.publish-review .fp_smallPhoto {width:170px; height:88px; 
-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.publish-review .fp_smallCopy {padding: 5px 10px; width: 150px; height:78px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;}
.publish-review #feature_main_0_photo, 
.publish-review #feature_0_photo {background:url(../../../content/dam/illumina-marketing/images/publications/pubreviews/bg/bg1.jpg) center no-repeat; background-size:cover;}
.publish-review #feature_main_1_photo, 
.publish-review #feature_1_photo {background:url(../../../content/dam/illumina-marketing/images/publications/pubreviews/bg/bg2.jpg) center no-repeat; background-size:cover;}
.publish-review #feature_main_2_photo, 
.publish-review #feature_2_photo {background:url(../../../content/dam/illumina-marketing/images/publications/pubreviews/bg/bg3.jpg) center no-repeat; background-size:cover;}
.publish-review #feature_main_3_photo, 
.publish-review #feature_3_photo {background:url(../../../content/dam/illumina-marketing/images/publications/pubreviews/bg/bg4.jpg) center no-repeat; background-size:cover;}
.publish-review #heroWrapper2 {width:730px; margin-bottom:25px;}
.publish-review #feature_main_1,
.publish-review #feature_main_2,
.publish-review #feature_main_3 {display:none;}
.publish-review #feature_0 {opacity:0.5;}
.publish-review .pub-cover {margin:0 15px 5px 0; padding:2px; border:1px solid #ccc; float: left;}
.publish-review small {display:block; margin-bottom:5px;    }
.publish-review .story.pubReview img {max-width:75px; height:106px;}







#seq-poster-wrapper {
    margin:25px 0;
}
.seq-poster-row {
background: rgb(229,229,229); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmJiYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(187,187,187,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(187,187,187,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(187,187,187,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(187,187,187,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(187,187,187,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(187,187,187,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-8 */

    font-size:16px;
    padding:10px 15px;
    margin-bottom:5px;
}
.seq-poster-row a span {
    float:right;
}
.seq-poster-big-button {
    width:24%;
    float:left;
    text-align:center;
    border-right:1px solid #ccc;
    margin:10px 0 15px;
    font-size:13px;
}
.seq-poster-big-button img {
    width:100%;
}
.seq-poster-row .detailed-view {
    display:none;
        }

#seq-poster-modal {
    display:none;
    position:fixed;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.85);
    top:0;
    left:0;
    z-index: 746746;
}
#seq-poster-modal .fa {
    display: block;
    position: fixed;
    top:5%;
    right:5%;
    color:white;
    font-size:26px;
    cursor: pointer;
}
.seq-poster-modal-content {
    display: none;
    position:fixed;
    margin:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:400px;
    width:960px;
    background:white;
    border-radius:5px;
    z-index: 746747;
    padding:15px 25px;
}
.seq-poster-modal-content img {
    max-width:100%;
}
.btn-primary {
	text-decoration: none;
	display: inline-block;
	padding: 8px 20px;
	background-color: #7ca8d4;
	color: white!important;
	border: 1px solid #328ed1;
	border-bottom-width: 2px;
	border-radius: 5px;
	min-width: 120px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.seq-poster-big-button img {
	cursor:pointer;
}

.seq-poster-row a b {
	font-size: 17px;
}

.seq-poster-modal-content p strong {
	font-size:17px;
}

.seq-poster-modal-content .margin-20-0 {
	margin:0 0 20px;
}