﻿/*--------------created by------------*/

.createdby {
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    color: #222;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}

.createdby .client {
    color: #808080;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 6px 0 0;
    text-align: justify;
    padding:0px 10px;
}

.createdby .owner {
    float: right;
    padding:0px 10px;
    text-decoration:none;
}

.createdby .owner > p, .createdby .owner > span {
    color: #808080;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    vertical-align: top;
    margin-bottom:0;
}

.createdby .owner > img {
    display: inline-block;
    height: 25px;
    margin: 0 4px;
    width: 25px;
}

.createdby .owner > p:hover {
    border-bottom: 1px solid #7fba00;
}


@media all and (min-width:320px) and (max-width:359px) {

    .createdby .client {
    display: block;
    float: none;
    font-size: 11px;
    text-align: center;
    }
    .createdby .owner {
        display: block;
        float: none;
        text-align: center;
    }
    .createdby .owner > p, .createdby .owner > span {
        font-size: 11px;
    }
    .createdby .owner > img {
        height: 20px;
        width: 20px;
    }

}

@media all and (min-width:360px) and (max-width:640px) {

    .createdby .client {
    display: block;
    float: none;
    font-size: 12px;
    text-align: center;
    }
    .createdby .owner {
        display: block;
        float: none;
        text-align: center;
    }
    .createdby .owner > p, .createdby .owner > span {
        font-size: 12px;
    }
    .createdby .owner > img {
        height: 20px;
        width: 20px;
    }

}