﻿#space_div {
    margin: 3% 0px 3% 0px;
    width: 100%;
    height: auto;
    float: right;
}

.image {
    width: 135px;
    height: 135px;
    border: 5px solid #0071bb;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.text {
    text-align: center;
    float: right;
    font-family: Tahoma;
    font-size: 15px;
    color: #1da4de;
    margin-top: 5%;
    width: 100%;
    word-wrap: break-word;
}

.a_link {
    width: 100%;
    height: auto;
    float: right;
}
