body { 
    margin: 0px; 
    padding: 0px; 
    font:12.5px arial,helvetica,sans-serif;
    min-width: 290px;
}
option
{


}

select
{
    border: 1px solid #A9CBDD;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    color:#3380C6;
    background-color: #f8f9fb;
    height: 28px;
    
    background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-bup-background-start}*/), to( #e8ebf4 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -moz-linear-gradient( #ffffff /*{c-bup-background-start}*/, #e8ebf4 /*{c-bup-background-end}*/); /* FF3.6 */
	background-image: -ms-linear-gradient( #ffffff /*{c-bup-background-start}*/, #e8ebf4 /*{c-bup-background-end}*/); /* IE10 */
	background-image: -o-linear-gradient( #ffffff /*{c-bup-background-start}*/, #e8ebf4 /*{c-bup-background-end}*/); /* Opera 11.10+ */
    
    
    width: 101%;
    text-align: center;
    text-align: -webkit-center;
    align-items: center;
    z-index: 2;
    font-weight: bold;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    -webkit-appearance: button;
    line-height: 1.4em;
    font-size: 16px;
}	
   
.Subjects
{
    width: 25%; 
    float: left;  
    text-align: center; 
    padding-left: 5%;
}

.Langs
{
    text-align: center; 
    display: block; 
    width: 30%; 
    float: left;    
}
 
.select
{
    
    float: left;
    font-size: 12.5px;
    height: 3em
} 

.swapLng
{
    float: left;
}


textarea
{
    width: 100%;
    height: 100%;
    line-height: 1.4em;
    font-size: 16px;
} 

textarea:focus
{
	-moz-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
	-webkit-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
	box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
}

.textarea_text
{
    height: 80px;
   
    width: 100%;
    display: inline-block;
}

#Traslate
{
    border: 1px solid #A9CBDD;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    color:#3380C6;
    background-color: #f8f9fb;
    background: -moz-linear-gradient(top, #e8ebf4, #FFF);
    height: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-weight: bold;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-bup-background-start}*/), to( #e8ebf4 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image:    -moz-linear-gradient( #ffffff /*{c-bup-background-start}*/, #e8ebf4 /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #ffffff /*{c-bup-background-start}*/, #e8ebf4 /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #ffffff /*{c-bup-background-start}*/, #e8ebf4 /*{c-bup-background-end}*/); /* Opera 11.10+ */
    font-size: 16px;
}	


@media all and (max-width: 800px){
    .Subjects
    {
        width: 100%;
        padding-left: 0;
        display: none;
    }   
    .Langs
    {
        width: 45%;
    }
}

@media all and (max-width: 800px){
    .Subjects
    {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }   
    .Langs
    {
        width: 45%;
    }
}