/*div {
    outline: 0.1px dashed grey;
}*/

body {
    margin: -2px 10% 10px 10%;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: normal;
    text-shadow: 1px 1px 1px #FFF;
}

br {
    display: block;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-weight: normal;

}

a {
    text-decoration: none;
}

/* unvisited link */
a:link {
    color: #224466;
}

/* visited link */
a:visited {
    color: #224499;
}

/* mouse over link */
a:hover {
    color: #202020;
    text-shadow: 1px 0 0 #202020;
}

/* selected link */
a:active {
    color: #1246FF;
}

.container_name
{
    font-size: 24px;
    font-weight: 900;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}
progress {
    background-color: #f3f3f3;
    border: 0;
    height: 15px;
    width: 100px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    color: #fff;
}

progress::-webkit-progress-bar {
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    border-radius: 10px;
}

progress::-webkit-progress-value {
    background: #444;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    border-radius: 10px;
}

.circular_image {
    opacity: 0.6;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    /*box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.9);*/
}

address {
    font-style: normal;
    display: table;
}

.left_panel_header_icon {
    font-size: 80px;

}

.left_panel_common_icon {
    display: table-cell;
    font-size: 20px;
    width: 15%;
}

.left_panel_common_label {
    display: table-cell;
    width: 70%;
}

#container_full_name {
    text-align: center;
    margin-top: 30px;
}

.container_circular_icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    vertical-align: middle;
    font-size: 40px;
    background-color: darkmagenta;

}

.container_common_left_panel_item {
    width: 90%;
    display: inline-flex;
    align-items: center;
    line-height: 20px;
    padding: 5px 5px 5px 30px;
    vertical-align: middle;
}

/*.contact_connect_logo {
    width: 30px;
    height: 30px;
}*/

#container_profile_image {
    text-align: center;
}

.table_container {
    width: 100%;
    display: table;
}

#left_panel {
    padding-top: 20px;
    width: 30%;
    /*float: left;*/
    background-color: #EFEFEF;
    background-image: url("img/pattern_bg.png");
    display: table-cell;
    color: #202020;
    text-shadow: 1px 1px 1px #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);

}

#right_panel {
    padding: 50px 0 20px 10px;
    width: 70%;
    background-color: #FFF;
    background-image: url("img/pattern_bg.png");
    display: table-cell;
    color: #202020;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}



.left_panel_header {

    margin-top: 100px;

}

.details_header {
    width: 100%;
    height: 100%;
    color: #0376a8;
    padding: 30px 0 20px 10px;
    opacity: 0.8;
    /*text-shadow: 0px 0px 0px #b5e2fc;*/

}

.section_header_label {
    display: inline;
    font-weight: 900;
    font-size: 30px;
    font-variant-caps: petite-caps;
    padding-left: 10px;
}

.details_description_header_3 {
    margin: 3px;
    font-size: 14px;
    font-weight: 700;
    color: #808080;
}

.details_description_header_2 {
    margin: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #101010;
}

.details_description_header_4 {
    margin: 2px;
    font-size: 14px;
    color: #404040;
    font-weight: lighter;
    line-height: 20px;
    text-shadow: 1px 1px 1px #FFF;
}

.container_details_description {
    padding: 10px 20px 10px 20px;
    font-size: 13px;
}

.style_education {
    padding: 10px 0 10px 0;
}

.skill_span_label {
    /*margin-top: 3px;*/
    font-weight: 300;
    width: 100px;
    float: left;
    font-size: 14px;
    color: #101010;
}

.label_skill  {
    /*margine-top: 7px;*/
    padding: 3px 0 4px 0;
}

#container_skill {
    display: table;
}

.container_skill_section_column {

    width: 31%;
    display: table-cell;
    padding-left: 20px;
}

#container_google_play {
    width: 100%;
    text-align: center;
    padding-top: 0;
}

.logo_google_play {
    width: 100px;
}

.play_apps_column {
    display: table-cell;
    width: 33%;
    text-align: center;
}

.first_element_of_para
{
    padding-top: 0;
}