select,input[type=text],button,option
{
    width:100%;
    height:40px;

}
.tag
{
    display: inline-block;
    padding: 0.7em 1.3em;
    margin: 1em 0.3em 0.3em 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-size: 12px ;
    color: #000;
    background-color: #eee;
    text-align: center;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.tag img
{
    height:14px;
}

.title
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.width-100 {
    width: 100%;
    margin-bottom:15px;
}
.mybutton{
display:inline-block;
padding:0.7em 1.7em;
margin:1em 0.3em 0.3em 0;
border-radius:0.2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:400;
color:#FFFFFF;
background-color:#3369ff;
text-align:center;
position:relative;
border:0;
cursor:pointer;
}
.mybutton:hover{
box-shadow:inset 0 0.6em 2em -0.3em rgba(0,0,0,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
}
@media all and (max-width:30em){
.mybutton{
display:block;
margin:0.4em auto;
 }
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a
{
    color:#000;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
.searchform
{
    box-sizing: border-box;
    padding: 15px;
}

body
{
    font-size:16px;
    font-family:Verdana;
    line-height: 1.5rem;
}


#logo
{
	width:100%;
	display: block;
    margin: 0 auto;
    max-width:500px;
}
select,input[type=text] {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 87.5%;
    margin-bottom: 4px;
    padding: 4px;
    border: 1px solid #ccc;
    line-height: 1.25;
}
.button
{
    box-sizing: border-box;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    color: #353535;
    display: inline-block;
    font: 87.5% "Open Sans",Helvetica,Arial,sans-serif;
    padding: 10px 1pc;
    position: relative;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    transition: all .1s linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.button-primary:focus, .button--primary:hover
{
    background-color: #0e799d;
    border-color: #0e799d;
    color: #fff;
}

.button:focus, .button:hover
{
    background-color: #e5e5e5;
    border-color: #aaa;
    text-decoration: none;
}
.button-primary
{
    background-color: #1493bc;
    border-color: #1493bc;
    color: #fff;
}

