﻿
@media(max-width:840px) {
    .mobileGroupIndent {
        padding-top: 20px;
    }
}

.mobileAlign {
    text-align: center !important;
}

.maxWidth {
    max-width: 360px !important;
}

.fullHeight {
    height: 100% !important;
}

.fullWidth {
    width: 100% !important;
}

.centered {
    margin: 0 auto;
    float: none !important;
    display: table;
}

.user_avatar {
    height: auto;
    width: auto;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -moz-border-radius: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    float: left;
    cursor: pointer;
    display: block;
    left: 25%;
    position: relative;
}

.LowerCase input {
            text-transform: lowercase;
        }

input[type="text"] {
    max-width: 500px !important;
}

/*.title{
            border-radius:10px;
            background-color:#009688;
            color:White;
            height:40px;
        }*/
