@charset "utf-8";

.info{
	width: 940px;
    min-height: 35px;
    margin: 0px auto;
    margin-bottom: 15px;
    border-radius: 4px;
    padding:10px 0 4px;
    background-color: #FFFFFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border:red 2px solid;
    text-align: center;
    box-shadow:0 1px 3px rgba(0,0,0,.4);
	}
.info a{color: red;font-weight: 700;font-size: 130%;text-decoration: none;display: block;}
.info a:hover{color: #ffa4a4;}

	@media screen and (max-width: 460px){

	.info{
	width: 98%;
    min-height: 30px;
    margin: 25px auto -20px;

    padding:2% 0 0;
    background-color: #FFFFFF;
    border:red 2px solid;
    text-align: center;
    box-shadow:0 1px 3px rgba(0,0,0,.4);
	}
    .info a{color: red;font-weight: 700;font-size: 110%;text-decoration: none;display: block;}
.info a:hover{color: #ffa4a4;}

	}