/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  

.regal-widget.blue-widget .regal-widget-body h2 {line-height: 1.2;}

@media only screen and (min-width : 320px) {
#dnn_WelcomeContentPane {
  right: 300px;}
  #dnn_dnnLogin_loginLink {position: absolute;
display: none;
  }
}
@media only screen and (min-width : 768px) {
  #dnn_WelcomeContentPane {
  right: 300px;}
  
  #dnn_dnnLogin_loginLink {position: relative;
display: none;
  }
}

#dnn_FooterContentPane3 #dnn_LOGIN1_loginLink {display: none !important;}

.contentDiv .dnnDragHint {clear:both;}







