﻿#space_div {
    margin: 3% 0px 3% 0px;
    width: 100%;
    height: auto;
    float: right;
}

#modal_div a {
    cursor: pointer;
}

.my_modal {
    float: right;
    width: 100%;
}

.img_border {
    width: 155px;
    height: 155px;
    border: 5px solid #7be3f8;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}

.text {
    float: right;
    font-family: Tahoma;
    font-size: 15px;
    color: #1da4de;
    margin-top: 5%;
    width: 100%;
    word-wrap: break-word;
    text-align: center;
    cursor: pointer;
}

.image_content {
    float: right;
    width: 155px;
    height: 155px;
    border: 5px solid #7be3f8;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 3%;
}

.text_content {
    width: 97%;
    text-align: center;
    float: right;
    font-family: Tahoma;
    font-size: 23px;
}

.des {
    font-family: Tahoma;
    font-size: 15px;
    float: right;
    margin-top: 3%;
}
