/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 18, 2017, 4:24:38 PM
    Author     : Jon
*/

#MoveToUnwatched{
    position:relative;
    left: 14px; 
  
}

#MoveToWatched{
    position:relative;
    top: -31px;
    left: -14px;
   
}

#MakeSelectionInUnwatched,#MakeSelectionInWatched{
    color: red;
    
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 20%;
    border-radius: 20%;
}


.CenteredItem{
  text-align:center;
}

.CenteredBlock {
    margin:auto;
}

.ErrorMessage{
    color: red;
}

.RightFloatLoginOut{
  float: right;
}


/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav .UniqueTopNav {
    background-color: darkslategrey;
    color: #d3ef1a;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}