* {
    margin: 0px;
    padding: 0px;
}

body {
    background: url('../images/background.png') repeat scroll 0% 0% rgb(255, 255, 255);
    font-family: 'Tahoma', 'Verdana', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
}

a {
    color: rgb(10, 120, 194);
    outline: medium none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0px 0px 11px;
}

strong,
b {
    font-weight: bolder;
}

img {
    border: medium none;
}

h1 {
    margin: 10px 0px;
    font-size: 21px;
}

h2 {
    margin: 10px 0px;
    font-size: 22px;
}

h3 {
    margin: 2px 0px 10px;
    font-size: 20px;
    font-weight: normal;
}

img {
    max-width: 100%;
}

.container {
    max-width: 960px;
    margin: 0px auto;
}

.header {
    max-width: 960px;
    margin: 0px auto 20px;
    background: url('../images/header.png') no-repeat scroll 0% 0% transparent;
    height: 131px;
    cursor: pointer;
}

.left-column {
    float: left;
    width: 62%;
    background: none repeat scroll 0% 0% white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    margin-right: 12px;
    padding: 30px;
    margin-bottom: 10px;
}

.sidebar {
    float: right;
    width: 28%;
    font-size: 12px;
    box-sizing: border-box;
}

.sidebar-last-posts {
    background: none repeat scroll 0% 0% white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin-bottom: 20px;
}

.sidebar-last-post {
    margin-bottom: 0px;
}

.sidebar-last-post a {
    color: rgb(72, 155, 31);
}

.sidebar-last-post-info {
    font-size: 11px;
    margin-bottom: 15px;
}

.sidebar-last-post-info-login {
    color: rgb(187, 34, 92);
    margin-right: 5px;
}

.sidebar-last-post-info-date {
    margin-right: 5px;
    color: rgb(119, 119, 119);
}

.sidebar-last-post-info-comments {
    color: rgb(119, 119, 119);
    text-decoration: underline;
}

.sidebar-bloggers {
    text-align: center;
    background: none repeat scroll 0% 0% white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin-bottom: 20px;
}

.sidebar-bloggers h3 {
    text-align: left;
}

.sidebar-bloggers-avatar {
    display: inline-block;
}

.sidebar-bloggers img {
    margin: 5px;
}

.footer {
    clear: both;
    margin-left: 220px;
    margin-bottom: 20px;
    font-size: 12px;
    color: rgb(119, 119, 119);
}

.photo {
    width: 100%;
    height: auto;
}
@media (max-width:991px){
    .container {
        width: 100%;
        margin: 0px auto;
    }
    .header {
        width: auto;
    }
    .sidebar{
        display: none;
    }
    .left-column{
        width: 100%;
        float: none;
    }
}

.country_select, input{
    font-size: 16px;
    display: block;
    margin: 0 auto;
    padding: 5px;
    line-height: 1.5;
    width: 100%;
    appearance: none;
    -webkit-appearance: none; 
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 10px;
}