/*
* === Universal Rules ===
*/

@font-face {
    font-family: Helvetica;
    src: url(Helvetica.otf);
}

@font-face {
    font-family: Helvetica;
    src: url(Helvetica-Bold.otf);
    font-weight: bold;
}

.entry-content {
    font-family: Helvetica,sans-serif;
    font-size: 15px;
}

.entry-content a{
	box-shadow: none !important;
}

.srctrustflow, .srccitationflow , .targettrustflow, .targetcitationflow {
	display: none;
}

/*
* ===  Colours ===
*/

#skyrocket-sem-search {
    background-color: #144578;
}

#skyrocket-sem-search:hover{
    background-color: #397dc0;
}

.srcoutput a {
	color: #234078;
}

.srcoutput a:last-child {
    color: #397dc0;
}

.dataoutput {
    border: solid 1px #f0f0f0;
}

.srcoutput a:last-child:hover {
    color: #477AAF;
}

.srcoutput a:hover {
    color: #141c40;
}

.dataoutput:nth-child(even) {
    background-color: #f5f5f5;
}

.anchor {
	white-space: nowrap;
}
.anchorred {
    color: #ff0000;
}
.anchorgreen {
    color: #008000;
}

/*
* — Alignment and Layout —
*/

#skyrocket-sem-search {
    background-color: #144578;
    -webkit-appearance: none;
    border: none;
    color: #fff;
    padding: 8px 10px;
    border-radius: 2px;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    text-transform: uppercase;
}

.dataoutput {
    margin-bottom: 2px;
}

.dataoutput div {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.srcoutput a {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.srcoutput a:last-child {
    font-size: 14px;
}

.srcoutput {
    overflow: hidden;
    text-overflow: ellipsis;
}

.srcoutput img {
    margin-right: 5px;
}

#skyrocket-search {
    text-align: center;
}

#skyrocket-search label {
    display: inline-block;
}

#skyrocket-search input[type="text"] {
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
}

#skyrocket-search select {
    height: 26px;
    font-size: 11px;
    margin-right: 10px;
    vertical-align: baseline;
    display: inline-block;
}

.dataoutput:last-child{
    margin-bottom: 15px;
}

form.csvform input[type="submit"], .exportallbutton{
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
   cursor: pointer;
}

/*
* — Advert Banner —
*/

.advert {
    clear: both;
    background-color: #ededed;
    overflow: auto;
    background: url(../img/pattern.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.advert img {
    display: inline-block;
    width: 20%;
    padding: 15px;
    background-color: #fff;
    margin:10px;
    border-radius: 5px;
    vertical-align:middle;
}

.adtext {
    display: inline-block;
    font-size: 16px;
    text-align: left;
    width: 76%;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
    padding: 0px 15px;
    vertical-align: middle;
    margin-top: 12px;
}

.advert a {
    padding: 10px 40px;
    border-color: #75B757;
    background-color: #75B757;
    color: #fff !important;
    border-width: 0px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    margin: 10px auto;
}

.advert a:hover {
    border-color: #82CC5D;
    background-color: #82CC5D;
    color: #fff;
}

@media screen and (max-width:1071px){

    .adtext{
        vertical-align: -webkit-baseline-middle;
        width: 80%;
        margin-bottom: 15px;
    }

    .advert a {
        vertical-align: -webkit-baseline-middle;
        text-align: center;
        width: 135px;
        padding: 8px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .advert img {
        width: 15%;
        padding: 10px;
        margin: 10px auto;
    }
}

@media screen and (max-width:768px){

     .adtext{
            vertical-align: -webkit-baseline-middle;
            width: 100%;
            margin-bottom: 15px;
    }

     .advert img {
        width: 30%;
        padding: 10px;
        margin: 10px auto;
    }
}

@media screen and (max-width:502px){

    #skyrocket-search input[type="text"] {
        width: 56%;
    }

    .adtext{
        vertical-align: -webkit-baseline-middle;
        width: 100%;
    }

    .advert a {
        display: block;
        text-align: center;
        width: 135px;
        padding: 8px;
        margin: 10px auto;
    }

    .advert img {
        display: block;
        width: 40%;
        padding: 10px;
        margin: 10px auto;
    }

    #skyrocket-search label {
        display: none;
    }

}