/**
 * styles.css
 *
 * Mein-Outfitarchiv - basiert auf Mein Gartenarchiv mein Harvard CS50 Final Project
 * aber Version auf mobile first responsive umfrisiert
 * Global CSS.
 */

p
{ 
    font-family: Arial;
    font-weight: 500;
}

p.left {
  text-align: left;
	margin-top: 0px; 
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 4px;
}


img.like  {
   max-width: 50px;
   width: 50px;
}

.form-control
{
    font-family: Arial;
    /* center form controls */
    display: inline-block;

    /* override Bootstrap's 100% width for form controls */
    width : auto;
    
}


#bottom
{
    font-family: Arial;
    /* shrink bottom's font size */
    font-size: smaller;

    /* surround with whitespace */
    /*margin: 20px;   */ 
}

#bottom2
{
    font-family: Arial;
    /* shrink bottom's font size */
    font-size: smaller;

    /* surround with whitespace */
    margin: 20px;    
}

.help
{ 
    margin-left:30px; 
}

#error {color: #ff8040; font-weight: bold;}
#error0 {color: #ff8040; font-weight: bold;}
#error1 {color: #ff8040; font-weight: bold;}
#error2 {color: #ff8040; font-weight: bold;}
#error3 {color: #ff8040; font-weight: bold;}
#error4 {color: #ff8040; font-weight: bold;}

#link {color: #008b8b; font-weight: bold;}



#success {color: #008b8b; font-weight: bold;}
#success2 {}

.error {color: #ff8040; font-weight: bold;}
.success {color: #008b8b; font-weight: bold;}
.success2 {color: #008b8b; font-weight: bold;}

#extra {color: #ff8040; font-weight: bold;}