@charset "UTF-8";
/* ========================================================================
   news
 ========================================================================== */

.info-box .anothertab {
    margin-left: 3px;
    margin-bottom: 5px;
}

.release_label{
    width: 43px;
    height: 16px;
    background: #294C7A;
    margin: 0 1em 0 0;
    color: white;
    display: inline;
    padding: 2px 5px;
    font-size: 0.8em !important;
    text-align: center;
}

.release_year{
    margin: 0.5em 0 0.5em!important;
}

.info_label{
    width: 43px;
    height: 16px;
    background: #FA9960;
    margin: 0 1em 0 0;
    color: white;
    display: inline;
    padding: 2px 5px;
    font-size: 0.8em!important;
    text-align: center;
}

select {
    cursor: pointer;
    cursor: hand;
    display: block;
    width:260px;
    -webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
	margin: 1em 0;
	padding: .8em 1em;
	font-size: 16px;
	border-radius: 30px;
	border: solid 1px #707070;
	background-image: url(/images/form-arrow.png); 
	background-repeat: no-repeat;
	background-size: 12px 6px;
    background-position: right 20px center;
	background-color: #fff;
    color: #333;
}

/* option{
    padding-top: 0.5em;
}
option :last-child{
    padding-bottom: 0.5em;
} */



@media only screen and (max-width: 767px){

    .info-box .anothertab  {
        margin-left: 2px;
        margin-bottom: 7px;
    }

    .release_label{
        font-size: 0.9em !important;
    }

    .info_label{
        font-size: 0.9em !important;
    }
    .release_year{
        margin: 1em 0 1em!important;
        font-weight: 500!important;
        font-size: 1.4em!important;
    }
   
    select {
        text-align: center;
        margin: 1.1em auto 1.9em;
    }
}

